]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/do_sed
Replace --archivedir with --with-archivedir
[bacula/bacula] / regress / scripts / do_sed
index 31368c720fa7ac3e30e4b1eb8ca4ae27c6972da5..48a7cab73e80d7235653328ede0264b4e0a6258d 100755 (executable)
@@ -6,6 +6,7 @@ mkdir -p ${cwd}/bin
 out="${cwd}/tmp/sed_tmp"
 
 # set the ports used by these tests
+BASEPORT=${BASEPORT:-8101}
 dirport=${BASEPORT}
 fdport=`expr ${BASEPORT} '+' 1`
 sdport=`expr ${BASEPORT} '+' 2`