diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-25 10:39:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-25 10:39:10 +0000 |
commit | ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15 (patch) | |
tree | 12ebd5d8d0fea2c9adaac1cd61bbc7626bf63859 /applets | |
parent | cac0f5b7e552adee46b8e35ae66b6465f4903c37 (diff) | |
download | busybox-w32-ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15.tar.gz busybox-w32-ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15.tar.bz2 busybox-w32-ea7c9b3366f0e97273b011b3c0b3fee9a25e8c15.zip |
whitespace fixes
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 05ceafd4a..c30bcfa29 100755 --- a/applets/usage_compressed +++ b/applets/usage_compressed | |||
@@ -17,7 +17,7 @@ echo 'static const char packed_usage[] ALIGN1 = {' | |||
17 | ## Breaks on big-endian systems! | 17 | ## Breaks on big-endian systems! |
18 | ## # Extra effort to avoid using "od -t x1": -t is not available | 18 | ## # Extra effort to avoid using "od -t x1": -t is not available |
19 | ## # in non-CONFIG_DESKTOPed busybox od | 19 | ## # in non-CONFIG_DESKTOPed busybox od |
20 | ## | 20 | ## |
21 | ## "$loc/usage" | bzip2 -1 | od -v -x \ | 21 | ## "$loc/usage" | bzip2 -1 | od -v -x \ |
22 | ## | $SED -e 's/^[^ ]*//' \ | 22 | ## | $SED -e 's/^[^ ]*//' \ |
23 | ## | $SED -e 's/ //g' \ | 23 | ## | $SED -e 's/ //g' \ |