diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 12:45:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-03 12:45:43 +0000 |
commit | 37c8f36357143efeff67c0187172541ac21874b5 (patch) | |
tree | 4a6924efdd6180363b806aa930e83bef1b491bc8 | |
parent | 4c978631096a97e1cd68dfe40a1583de537112c4 (diff) | |
download | busybox-w32-37c8f36357143efeff67c0187172541ac21874b5.tar.gz busybox-w32-37c8f36357143efeff67c0187172541ac21874b5.tar.bz2 busybox-w32-37c8f36357143efeff67c0187172541ac21874b5.zip |
usage_compressed: be more permissive in which od flavors we support
-rwxr-xr-x | applets/usage_compressed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage_compressed b/applets/usage_compressed index ab164aa12..fd581cc66 100755 --- a/applets/usage_compressed +++ b/applets/usage_compressed | |||
@@ -14,6 +14,6 @@ exec >"$target" | |||
14 | 14 | ||
15 | echo 'static const char packed_usage[] = ' | 15 | echo 'static const char packed_usage[] = ' |
16 | "$loc/usage" | bzip2 -1 | od -v -t x1 \ | 16 | "$loc/usage" | bzip2 -1 | od -v -t x1 \ |
17 | | $SED -e 's/^[^ ]*//' -e 's/ \(..\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/' | 17 | | $SED -e 's/^[^ ]*//' -e 's/ *\(..\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/' |
18 | echo ';' | 18 | echo ';' |
19 | echo '#define SIZEOF_usage_messages' `expr 0 + $sz` | 19 | echo '#define SIZEOF_usage_messages' `expr 0 + $sz` |