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-3.0.0~2395 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d1f737398f955ff59d04b913298aefac590f139c;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`