Fix spelling error

pull/239/head
Jeffrey Walton 2016-07-31 04:31:57 -04:00
parent 3ffb1f3565
commit 49bf0112d8
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ else
fi
# Fixup, bad code generation
if [[ ("$SUNCC_121_OR_ABOVE" -ne "0" ]]; then
if [[ ("$SUNCC_121_OR_ABOVE" -ne "0") ]]; then
HAVE_O5=0
HAVE_OFAST=0
fi