From cbbace7d733b19101b2211f86dd661f7bb8e4ba7 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 1 Feb 2006 11:18:54 +0000 Subject: [PATCH] fix for no 'build' arg --- commands/bzip2-1.0.3/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0