Browse Source

Sort frontend names alphabetically

which is somehow better than "random" order.
Alois Mahdal 9 years ago
parent
commit
ed2cce0b24
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      include/pretty.sh

+ 2
- 2
include/pretty.sh View File

@@ -217,11 +217,11 @@ __echo() {
217 217
     esac done
218 218
     prettyfn=_pretty_$frontend
219 219
     case $frontend in
220
-        warn)     ;&
221 220
         debug)    ;&
222 221
         die)      ;&
222
+        think)    ;&
223 223
         usage_is) ;&
224
-        think)
224
+        warn)
225 225
             __echo_$src "$@" | $prettyfn >&2
226 226
             ;;
227 227
         *)