]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl should fix fifo-test
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 22 Dec 2008 12:23:34 +0000 (12:23 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 22 Dec 2008 12:23:34 +0000 (12:23 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8221 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/functions

index f447debbbdc4da814b9730195d40f5f8b23f530d..ee1afe2cbfa84578ae7b64fb9b4f70bced985093 100644 (file)
@@ -158,11 +158,11 @@ run_bacula()
 
 run_bconsole()
 {
-   file=${1:-tmp/bconcmds}
+   bconsole_file=${1:-tmp/bconcmds}
    if test "$debug" -eq 1 ; then
-     cat $file | $bin/bconsole -c bin/bconsole.conf
+     cat $bconsole_file | $bin/bconsole -c bin/bconsole.conf
    else
-     cat $file | $bin/bconsole -c bin/bconsole.conf  2>&1 >/dev/null
+     cat $bconsole_file | $bin/bconsole -c bin/bconsole.conf  2>&1 >/dev/null
    fi
 }