From: Dan Langille Date: Fri, 5 Oct 2007 17:46:23 +0000 (+0000) Subject: Oops, my previous commit was Make syntax, not /bin/sh syntax. Correct that X-Git-Tag: Release-7.0.0~5545 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=451c1a289ed1883714094bcc2d99c7430c883bf7;p=bacula%2Fbacula Oops, my previous commit was Make syntax, not /bin/sh syntax. Correct that so a default value for BASEPORT can be obtained. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5728 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/do_sed b/regress/scripts/do_sed index 6f6c7cad6d..48a7cab73e 100755 --- a/regress/scripts/do_sed +++ b/regress/scripts/do_sed @@ -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`