Upgrade busybox to 1.7.2
[openwrt-10.03/.git] / package / busybox / patches / 450-usage_compressed_fix.patch
1 Index: busybox-1.7.2/applets/usage_compressed
2 ===================================================================
3 --- busybox-1.7.2.orig/applets/usage_compressed 2007-09-03 13:48:55.000000000 +0200
4 +++ busybox-1.7.2/applets/usage_compressed      2007-10-04 15:32:54.578092727 +0200
5 @@ -14,6 +14,6 @@
6  
7  echo 'static const char packed_usage[] ALIGN1 = '
8  "$loc/usage" | bzip2 -1 | od -v -t x1 \
9 -| $SED -e 's/^[^ ]*//' -e 's/  *\(..\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/'
10 +| $SED -e 's/^[^ ]*//' -e 's/  *\([a-f0-9][a-f0-9]\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/'
11  echo ';'
12  echo '#define SIZEOF_usage_messages' `expr 0 + $sz`