From b774d2dbcb13f3a94bb0951558ff5faf4040d8d4 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 18 Jun 2008 19:13:16 +0000 Subject: [PATCH] ebl fix warning git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7163 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/scripts/functions b/regress/scripts/functions index 5996f2d1c2..c2658e0946 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -67,7 +67,7 @@ fi require_linux() { os=`uname` -if [ $os != 'Linux']; then +if [ $os != 'Linux' ]; then echo "This test $TestName runs only on Linux" exit 0 fi -- 2.39.5