From 7f222eed636745eb38b25765c246411e676e105a Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 9 Dec 2008 10:49:29 +0000 Subject: [PATCH] ebl cleanup git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8123 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/prepare-other-loc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/scripts/prepare-other-loc b/regress/scripts/prepare-other-loc index 5e2fae6d5a..c33c157c15 100755 --- a/regress/scripts/prepare-other-loc +++ b/regress/scripts/prepare-other-loc @@ -9,6 +9,6 @@ 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 +chmod -x $cwd/bin/bacula-fd $cwd/bin/bacula-sd $cwd/bin/bacula-dir $cwd/bin/bconsole chmod +x $SCR-* -- 2.39.5