aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:40:30 +0700
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2011-01-04 19:40:30 +0700
commit3b5c308768d76298bb964814ecc34de47bcac0b4 (patch)
tree795340e9d8f5e5bf9e8d895641099af343eec2a0 /applets
parent2b9a0e715ec459198f486653023d963b79291da7 (diff)
parent5fe2f863b9cee5ab0e7ac873538bce48846dbad8 (diff)
downloadbusybox-w32-3b5c308768d76298bb964814ecc34de47bcac0b4.tar.gz
busybox-w32-3b5c308768d76298bb964814ecc34de47bcac0b4.tar.bz2
busybox-w32-3b5c308768d76298bb964814ecc34de47bcac0b4.zip
Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'
Diffstat (limited to 'applets')
-rwxr-xr-xapplets/usage_compressed7
1 files changed, 7 insertions, 0 deletions
diff --git a/applets/usage_compressed b/applets/usage_compressed
index e1fd0d94d..af66bc5dc 100755
--- a/applets/usage_compressed
+++ b/applets/usage_compressed
@@ -9,6 +9,13 @@ test -x "$loc/usage" || exit 1
9test "$SED" || SED=sed 9test "$SED" || SED=sed
10test "$DD" || DD=dd 10test "$DD" || DD=dd
11 11
12# Some people were bitten by their system lacking a (proper) od
13od -v -t x1 </dev/null >/dev/null
14if test $? != 0; then
15 echo 'od tool is not installed or cannot accept "-v -t x1" options'
16 exit 1
17fi
18
12exec >"$target.$$" 19exec >"$target.$$"
13 20
14echo '#define UNPACKED_USAGE "" \' 21echo '#define UNPACKED_USAGE "" \'