From bbf1502ef3b12344944d7f02f903beabaf2c4628 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Fri, 5 Oct 2007 15:05:51 +0000 Subject: [PATCH] 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 --- regress/scripts/do_sed | 1 + 1 file changed, 1 insertion(+) 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` -- 2.39.5