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 #!/bin/sh
make clean make clean
bigmake all bigmake all
if [ $1 != build ] if [ "$1" != build ]
then make install then make install
fi fi