From eba189e2b903fa06b4fe6df06161c0aa1508ba65 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 6 Jun 2006 00:29:05 +0000 Subject: [PATCH] fixed erroneous error message --- plugins/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/compile.sh b/plugins/compile.sh index 4b6b446b..68402ba1 100755 --- a/plugins/compile.sh +++ b/plugins/compile.sh @@ -10,7 +10,7 @@ # new code contributed by \malex\ test -e compiled || mkdir compiled -rm temp.txt +rm -f temp.txt for sourcefile in *.sma do