]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/do_sed
If BASEPORT is not already set, assign it to 8101
[bacula/bacula] / regress / scripts / do_sed
index 31368c720fa7ac3e30e4b1eb8ca4ae27c6972da5..6f6c7cad6d40b33eaf6fa7551843953aa1dce1de 100755 (executable)
@@ -6,6 +6,7 @@ mkdir -p ${cwd}/bin
 out="${cwd}/tmp/sed_tmp"
 
 # set the ports used by these tests
+BASEPORT?=8101
 dirport=${BASEPORT}
 fdport=`expr ${BASEPORT} '+' 1`
 sdport=`expr ${BASEPORT} '+' 2`