fix for no 'build' arg

This commit is contained in:
Ben Gras 2006-02-01 11:18:54 +00:00
parent 8aa8552e95
commit cbbace7d73

View File

@ -1,6 +1,6 @@
#!/bin/sh
make clean
bigmake all
if [ $1 != build ]
if [ "$1" != build ]
then make install
fi