Bug 403465: Fix. r=christophe

git-svn-id: svn://10.0.0.236/trunk@239382 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slavomir.katuscak%sun.com
2007-11-14 11:50:29 +00:00
parent 01c370824a
commit de1c2f3472

View File

@@ -169,7 +169,7 @@ memleak_init()
;;
esac
if [ "${BUILD_OPT}" -eq "1" ] ; then
if [ "${BUILD_OPT}" = "1" ] ; then
OPT="OPT"
else
OPT="DBG"