summaryrefslogtreecommitdiff
path: root/applets/usage_compressed
diff options
context:
space:
mode:
Diffstat (limited to 'applets/usage_compressed')
-rwxr-xr-xapplets/usage_compressed2
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
13exec >"$target" 13exec >"$target"
14 14
15echo 'static const char packed_usage[] = ' 15echo '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"/'
18echo ';' 18echo ';'