]> git.sur5r.net Git - bacula/bacula/commitdiff
regress: fix setup with new MAKEOPT argument
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 7 Feb 2011 16:55:41 +0000 (17:55 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:40:02 +0000 (14:40 +0200)
make "" gives me:
make: *** empty string invalid as file name.  Stop.

regress/scripts/setup

index 7ca614c098d031f42488cf2586876e09d6c8e03e..3954298fa081bb1a47d6b41f2994557b22c2a2b8 100755 (executable)
@@ -50,7 +50,7 @@ rm -f Makefile config.*
 check_exit_code
 # Cleanup any build in source
 make clean
-make ${MAKEOPT:-""}
+make $MAKEOPT
 check_exit_code
 make install
 if [ a$KEEP_SOURCE = a ]; then