fix for no 'build' arg
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
make clean
|
||||
bigmake all
|
||||
if [ $1 != build ]
|
||||
if [ "$1" != build ]
|
||||
then make install
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user