Bug 484360: Fixed string comparison. r=alexei

git-svn-id: svn://10.0.0.236/trunk@258409 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slavomir.katuscak%sun.com 2009-09-17 09:01:10 +00:00
parent 60b8b92816
commit a4e9ee9366

View File

@ -651,7 +651,7 @@ revoke_cert()
set_cert_sn
DATE=$(date -u '+%Y%m%d%H%M%SZ')
while [ "${DATE}" == "${DATE_LAST}" ]; do
while [ "${DATE}" = "${DATE_LAST}" ]; do
sleep 1
DATE=$(date -u '+%Y%m%d%H%M%SZ')
done