diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-25 00:13:27 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-25 00:13:27 +0200 |
commit | 503a07cab24a1e58099a04970babd2b761469449 (patch) | |
tree | f96b01fd405adcbcbeed0086389da27bd1a07ccc /applets | |
parent | b2d95147c989448f23cc59c63b83e2d89f0bd9cd (diff) | |
download | busybox-w32-503a07cab24a1e58099a04970babd2b761469449.tar.gz busybox-w32-503a07cab24a1e58099a04970babd2b761469449.tar.bz2 busybox-w32-503a07cab24a1e58099a04970babd2b761469449.zip |
Apply post-1.17.0 fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'applets')
-rwxr-xr-x | applets/usage_compressed | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/applets/usage_compressed b/applets/usage_compressed index 9ddf16d38..e1fd0d94d 100755 --- a/applets/usage_compressed +++ b/applets/usage_compressed | |||
@@ -40,8 +40,4 @@ echo '#define PACKED_USAGE \' | |||
40 | -e 's/$/ \\/' | 40 | -e 's/$/ \\/' |
41 | echo '' | 41 | echo '' |
42 | 42 | ||
43 | if cmp -s "$target.$$" "$target" 2>/dev/null; then | 43 | mv -- "$target.$$" "$target" |
44 | rm -- "$target.$$" | ||
45 | else | ||
46 | mv -- "$target.$$" "$target" | ||
47 | fi | ||