diff options
Diffstat (limited to 'applets')
-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 = {' | |||
21 | ## | 21 | ## |
22 | ## "$loc/usage" | bzip2 -1 | od -v -x \ | 22 | ## "$loc/usage" | bzip2 -1 | od -v -x \ |
23 | ## | $SED -e 's/^[^ ]*//' \ | 23 | ## | $SED -e 's/^[^ ]*//' \ |
24 | ## -e 's/ //g' \ | 24 | ## -e 's/ //g' \ |
25 | ## -e '/^$/d' \ | 25 | ## -e '/^$/d' \ |
26 | ## -e 's/\(..\)\(..\)/0x\2,0x\1,/g' | 26 | ## -e 's/\(..\)\(..\)/0x\2,0x\1,/g' |
27 | 27 | ||
28 | "$loc/usage" | bzip2 -1 | $DD bs=2 skip=1 2>/dev/null | od -v -t x1 \ | 28 | "$loc/usage" | bzip2 -1 | $DD bs=2 skip=1 2>/dev/null | od -v -t x1 \ |
29 | | $SED -e 's/^[^ ]*//' \ | 29 | | $SED -e 's/^[^ ]*//' \ |