diff options
Diffstat (limited to 'applets/usage_compressed')
-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 fd581cc66..9da683088 100755 --- a/applets/usage_compressed +++ b/applets/usage_compressed | |||
@@ -12,7 +12,7 @@ sz=`"$loc/usage" | wc -c` || exit 1 | |||
12 | 12 | ||
13 | exec >"$target" | 13 | exec >"$target" |
14 | 14 | ||
15 | echo 'static const char packed_usage[] = ' | 15 | echo 'static const char packed_usage[] ALIGN1 = ' |
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 ';' |