fix a syntax error

This commit is contained in:
Bill Currie 2002-04-04 23:11:31 +00:00
parent 8e79055eef
commit 62093fabca
1 changed files with 1 additions and 1 deletions

View File

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