svn commit: trunk/busybox/applets

vda at busybox.net vda at busybox.net
Sat Feb 3 04:45:44 PST 2007


Author: vda
Date: 2007-02-03 04:45:43 -0800 (Sat, 03 Feb 2007)
New Revision: 17736

Log:
usage_compressed: be more permissive in which od flavors we support


Modified:
   trunk/busybox/applets/usage_compressed


Changeset:
Modified: trunk/busybox/applets/usage_compressed
===================================================================
--- trunk/busybox/applets/usage_compressed	2007-02-03 03:31:13 UTC (rev 17735)
+++ trunk/busybox/applets/usage_compressed	2007-02-03 12:45:43 UTC (rev 17736)
@@ -14,6 +14,6 @@
 
 echo 'static const char packed_usage[] = '
 "$loc/usage" | bzip2 -1 | od -v -t x1 \
-| $SED -e 's/^[^ ]*//' -e 's/ \(..\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/'
+| $SED -e 's/^[^ ]*//' -e 's/  *\(..\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/'
 echo ';'
 echo '#define SIZEOF_usage_messages' `expr 0 + $sz`



More information about the busybox-cvs mailing list