]> git.sur5r.net Git - bacula/bacula/commitdiff
Oops, my previous commit was Make syntax, not /bin/sh syntax. Correct that
authorDan Langille <dan@langille.org>
Fri, 5 Oct 2007 17:46:23 +0000 (17:46 +0000)
committerDan Langille <dan@langille.org>
Fri, 5 Oct 2007 17:46:23 +0000 (17:46 +0000)
so a default value for BASEPORT can be obtained.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5728 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/do_sed

index 6f6c7cad6d40b33eaf6fa7551843953aa1dce1de..48a7cab73e80d7235653328ede0264b4e0a6258d 100755 (executable)
@@ -6,7 +6,7 @@ mkdir -p ${cwd}/bin
 out="${cwd}/tmp/sed_tmp"
 
 # set the ports used by these tests
-BASEPORT?=8101
+BASEPORT=${BASEPORT:-8101}
 dirport=${BASEPORT}
 fdport=`expr ${BASEPORT} '+' 1`
 sdport=`expr ${BASEPORT} '+' 2`