]> Zhao Yanbai Git Server - minix.git/commitdiff
fix for no 'build' arg
authorBen Gras <ben@minix3.org>
Wed, 1 Feb 2006 11:18:54 +0000 (11:18 +0000)
committerBen Gras <ben@minix3.org>
Wed, 1 Feb 2006 11:18:54 +0000 (11:18 +0000)
commands/bzip2-1.0.3/build

index 46724b9af3437976308141947aebc6ce7d8a14f6..24721c18c0bab65306d484af178adf6609edb923 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 make clean
 bigmake all
-if [ $1 != build ]
+if [ "$1" != build ]
 then make install
 fi