bug#4488 Failed to run ospkgs for SLES12

This commit is contained in:
Casandra Qiu 2014-12-19 16:32:15 -05:00
parent 20ced0c162
commit cb267ebd9e

View File

@ -492,7 +492,7 @@ if ( pmatch "$OSVER" "sles10*" ); then
fi
fi
fi
elif ( pmatch "$OSVER" "sles" ); then
elif ( pmatch "$OSVER" "sles*" ); then
#check if zypper is installed
result=`rpm -q zypper`
if [ $? -ne 0 ]; then