Fix typo in release script

This commit is contained in:
H. Peter Anvin 2002-05-10 21:55:49 +00:00
parent 6b2ea2eb8d
commit 6afaad9771

View File

@ -18,7 +18,7 @@ if [ -z "$1" ]; then
exit 1
fi
if [ "$1" eq "real" ]; then
if [ "$1" = "real" ]; then
real=true
else
real=false