fix for no 'build' arg
This commit is contained in:
parent
8aa8552e95
commit
cbbace7d73
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user