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