From ee1ec2e91f2466459aa28aa917c0b1e52b3e420c Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 17 Jul 2013 17:25:39 +0000 Subject: [PATCH] fix defect 3137 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16995 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/ospkgs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT/postscripts/ospkgs b/xCAT/postscripts/ospkgs index 9f126c099..0071037a7 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -166,7 +166,9 @@ array_get_element () RETURNVAL=0 debug=0 - +if [ $VERBOSE == "1" ]; then + debug=1 +fi OS_TYPE=`uname -s` if [ "$OS_TYPE" != "Linux" ]; then