]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/do_sed
Replace --archivedir with --with-archivedir
[bacula/bacula] / 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`