mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:33:08 +02:00
b0c94d7f56
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9463 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
608 B
Diff
13 lines
608 B
Diff
Index: busybox-1.7.2/applets/usage_compressed
|
|
===================================================================
|
|
--- busybox-1.7.2.orig/applets/usage_compressed 2007-10-30 15:34:59.000000000 -0500
|
|
+++ busybox-1.7.2/applets/usage_compressed 2007-10-30 15:35:04.000000000 -0500
|
|
@@ -14,6 +14,6 @@
|
|
|
|
echo 'static const char packed_usage[] ALIGN1 = '
|
|
"$loc/usage" | bzip2 -1 | od -v -t x1 \
|
|
-| $SED -e 's/^[^ ]*//' -e 's/ *\(..\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/'
|
|
+| $SED -e 's/^[^ ]*//' -e 's/ *\([a-f0-9][a-f0-9]\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/'
|
|
echo ';'
|
|
echo '#define SIZEOF_usage_messages' `expr 0 + $sz`
|