From 4d8e8b68c2fe78021fb1a4173f78d8f81b63975b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 7 Nov 2008 14:35:51 +0000 Subject: [PATCH] ebl update with $bin variable git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8011 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/prepare-other-loc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regress/scripts/prepare-other-loc b/regress/scripts/prepare-other-loc index 6b64b579e8..26120d64dc 100755 --- a/regress/scripts/prepare-other-loc +++ b/regress/scripts/prepare-other-loc @@ -3,11 +3,11 @@ . scripts/functions SCR=$cwd/bin/bacula-ctl -sed "s:BACDIRBIN=$cwd/bin:BACDIRBIN=/opt/bacula:" $SCR-dir > tmp/1 +sed "s:BACDIRBIN=$cwd/bin:BACDIRBIN=$bin:" $SCR-dir > tmp/1 mv tmp/1 $SCR-dir -se d -i "s:BACSDBIN=$cwd/bin:BACSDBIN=/opt/bacula:" $SCR-sd > tmp/1 +se d -i "s:BACSDBIN=$cwd/bin:BACSDBIN=$bin:" $SCR-sd > tmp/1 mv tm p/1 $SCR-sd -sed -i "s:BACFDBIN=$cwd/bin:BACFDBIN=/opt/bacula:" $SCR-fd > tmp/1 +sed -i "s:BACFDBIN=$cwd/bin:BACFDBIN=$bin:" $SCR-fd > tmp/1 mv tmp/1 $SCR-fd chmod -x $cwd/bin/bacula-{fd,sd,dir} $cwd/bin/bconsole chmod +x $SCR-* -- 2.39.5