fix a syntax error

This commit is contained in:
Bill Currie 2002-04-04 23:11:31 +00:00
parent 8e79055eef
commit 62093fabca

View file

@ -4,7 +4,7 @@
# bootstrap the build when checking out from CVS
if [ "$1" == "clean" ]; then
if [ "$1" = "clean" ]; then
# clean up junk
if [ -f Makefile ]; then