From 96250b501593a9ba84a19671b7640d5ee1ca8dc7 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 9 Dec 2008 10:48:02 +0000 Subject: [PATCH] ebl fix typo git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8122 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 26120d64dc..5e2fae6d5a 100755 --- a/regress/scripts/prepare-other-loc +++ b/regress/scripts/prepare-other-loc @@ -5,8 +5,8 @@ SCR=$cwd/bin/bacula-ctl sed "s:BACDIRBIN=$cwd/bin:BACDIRBIN=$bin:" $SCR-dir > tmp/1 mv tmp/1 $SCR-dir -se d -i "s:BACSDBIN=$cwd/bin:BACSDBIN=$bin:" $SCR-sd > tmp/1 -mv tm p/1 $SCR-sd +sed -i "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 mv tmp/1 $SCR-fd chmod -x $cwd/bin/bacula-{fd,sd,dir} $cwd/bin/bconsole -- 2.39.5