From: Ben Gras Date: Wed, 1 Feb 2006 11:18:54 +0000 (+0000) Subject: fix for no 'build' arg X-Git-Tag: v3.1.2a~397 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-signzone.html?a=commitdiff_plain;h=cbbace7d733b19101b2211f86dd661f7bb8e4ba7;p=minix.git fix for no 'build' arg --- diff --git a/commands/bzip2-1.0.3/build b/commands/bzip2-1.0.3/build index 46724b9af..24721c18c 100755 --- a/commands/bzip2-1.0.3/build +++ b/commands/bzip2-1.0.3/build @@ -1,6 +1,6 @@ #!/bin/sh make clean bigmake all -if [ $1 != build ] +if [ "$1" != build ] then make install fi