From 62093fabca65e606f218e3cce00ca55c4ebec29e Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 4 Apr 2002 23:11:31 +0000 Subject: [PATCH] fix a syntax error --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 39f2d08..b153a4a 100755 --- a/bootstrap +++ b/bootstrap @@ -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