diff options
Diffstat (limited to 'applets')
-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 c30bcfa29..00c5735fa 100755 --- a/applets/usage_compressed +++ b/applets/usage_compressed @@ -24,7 +24,7 @@ echo 'static const char packed_usage[] ALIGN1 = {' ## | grep -v '^$' \ ## | $SED -e 's/\(..\)\(..\)/0x\2,0x\1,/g' -"$loc/usage" | bzip2 -1 | od -v -t x1 \ +"$loc/usage" | bzip2 -1 | dd bs=2 skip=1 | od -v -t x1 \ | $SED -e 's/^[^ ]*//' \ | $SED -e 's/ //g' \ | grep -v '^$' \ |