]> git.sur5r.net Git - bacula/bacula/commitdiff
Make config portable
authorKern Sibbald <kern@sibbald.com>
Fri, 13 Jul 2007 04:40:23 +0000 (04:40 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 13 Jul 2007 04:40:23 +0000 (04:40 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5164 91ce42f0-d328-0410-95d8-f526ca767f89

regress/config

index 4bc4f52703bf00626b0cd9a7d835b274f25732a9..60885024009c465b84d79bc2345d18966f44ab30 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # First argument is expected to be a user's configuration file
 #
-if ! test -e $1 ; then
+if ! test -f $1 ; then
    echo "Arg1 must specify a config file (e.g. prototype.conf)"
    exit 1
 fi