From efbc5003b9eea2eef4dd0da9734b193b6e9ee893 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 25 Jul 2013 17:38:29 +0000 Subject: [PATCH] fix syntax error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@17025 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/ospkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/ospkgs b/xCAT/postscripts/ospkgs index 0071037a7..2b1fc480d 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -166,7 +166,7 @@ array_get_element () RETURNVAL=0 debug=0 -if [ $VERBOSE == "1" ]; then +if [ $VERBOSE ]; then debug=1 fi OS_TYPE=`uname -s`