From: Eric Bollengier Date: Tue, 9 Dec 2008 10:59:08 +0000 (+0000) Subject: ebl other fix X-Git-Tag: Release-7.0.0~3667 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ecb5c6610aa729357d357e45a59a5016d2fce529;p=bacula%2Fbacula ebl other fix git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8124 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/prepare-other-loc b/regress/scripts/prepare-other-loc index c33c157c15..fddd355e93 100755 --- a/regress/scripts/prepare-other-loc +++ b/regress/scripts/prepare-other-loc @@ -5,9 +5,9 @@ SCR=$cwd/bin/bacula-ctl sed "s:BACDIRBIN=$cwd/bin:BACDIRBIN=$bin:" $SCR-dir > tmp/1 mv tmp/1 $SCR-dir -sed -i "s:BACSDBIN=$cwd/bin:BACSDBIN=$bin:" $SCR-sd > tmp/1 +sed "s:BACSDBIN=$cwd/bin:BACSDBIN=$bin:" $SCR-sd > tmp/1 mv tmp/1 $SCR-sd -sed -i "s:BACFDBIN=$cwd/bin:BACFDBIN=$bin:" $SCR-fd > tmp/1 +sed "s:BACFDBIN=$cwd/bin:BACFDBIN=$bin:" $SCR-fd > tmp/1 mv tmp/1 $SCR-fd chmod -x $cwd/bin/bacula-fd $cwd/bin/bacula-sd $cwd/bin/bacula-dir $cwd/bin/bconsole chmod +x $SCR-*