diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/mkconfigs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mkconfigs b/scripts/mkconfigs index 1bbf10c3a..9e4be6199 100755 --- a/scripts/mkconfigs +++ b/scripts/mkconfigs | |||
@@ -33,8 +33,8 @@ if test $? != 0; then | |||
33 | echo 'od tool is not installed or cannot accept "-v -b" options' | 33 | echo 'od tool is not installed or cannot accept "-v -b" options' |
34 | exit 1 | 34 | exit 1 |
35 | fi | 35 | fi |
36 | bzip2 </dev/null >/dev/null | 36 | bzip2 </dev/null >/dev/null 2>&1 |
37 | if test $? != 0; then | 37 | if test $? = 127; then |
38 | echo 'bzip2 is not installed' | 38 | echo 'bzip2 is not installed' |
39 | exit 1 | 39 | exit 1 |
40 | fi | 40 | fi |