From: Dan Langille Date: Fri, 5 Oct 2007 15:05:51 +0000 (+0000) Subject: If BASEPORT is not already set, assign it to 8101 X-Git-Tag: Release-7.0.0~5547 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bbf1502ef3b12344944d7f02f903beabaf2c4628;p=bacula%2Fbacula If BASEPORT is not already set, assign it to 8101 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5726 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/do_sed b/regress/scripts/do_sed index 31368c720f..6f6c7cad6d 100755 --- a/regress/scripts/do_sed +++ b/regress/scripts/do_sed @@ -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`