diff options
-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` |