diff options
Diffstat (limited to 'applets/usage_compressed')
-rwxr-xr-x | applets/usage_compressed | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/usage_compressed b/applets/usage_compressed index a299ecdf1..8d343529d 100755 --- a/applets/usage_compressed +++ b/applets/usage_compressed @@ -21,9 +21,9 @@ echo 'static const char packed_usage[] ALIGN1 = {' ## ## "$loc/usage" | bzip2 -1 | od -v -x \ ## | $SED -e 's/^[^ ]*//' \ -## -e 's/ //g' \ -## -e '/^$/d' \ -## -e 's/\(..\)\(..\)/0x\2,0x\1,/g' +## -e 's/ //g' \ +## -e '/^$/d' \ +## -e 's/\(..\)\(..\)/0x\2,0x\1,/g' "$loc/usage" | bzip2 -1 | $DD bs=2 skip=1 2>/dev/null | od -v -t x1 \ | $SED -e 's/^[^ ]*//' \ |