aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapplets/usage_compressed3
1 files changed, 2 insertions, 1 deletions
diff --git a/applets/usage_compressed b/applets/usage_compressed
index 9436dcd5d..af66bc5dc 100755
--- a/applets/usage_compressed
+++ b/applets/usage_compressed
@@ -9,7 +9,8 @@ test -x "$loc/usage" || exit 1
9test "$SED" || SED=sed 9test "$SED" || SED=sed
10test "$DD" || DD=dd 10test "$DD" || DD=dd
11 11
12true | od -v -t x1 >/dev/null 12# Some people were bitten by their system lacking a (proper) od
13od -v -t x1 </dev/null >/dev/null
13if test $? != 0; then 14if test $? != 0; then
14 echo 'od tool is not installed or cannot accept "-v -t x1" options' 15 echo 'od tool is not installed or cannot accept "-v -t x1" options'
15 exit 1 16 exit 1