fix syntax error

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@17025 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-07-25 17:38:29 +00:00
parent d7c4c6e5f9
commit efbc5003b9

View File

@ -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`