From ecb5c6610aa729357d357e45a59a5016d2fce529 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 9 Dec 2008 10:59:08 +0000 Subject: [PATCH] ebl other fix git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8124 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/prepare-other-loc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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-* -- 2.39.5