fix defect 3137

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16995 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-07-17 17:25:39 +00:00
parent 9e41f13680
commit ee1ec2e91f

View File

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