From 6b78c50093153818563b9c46fad0edb63f942fe0 Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Sat, 18 Oct 2003 19:20:39 +0000 Subject: [PATCH] Fix typo. --- tools/clean-target.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clean-target.sh b/tools/clean-target.sh index 29b3d78ff..af53a067f 100755 --- a/tools/clean-target.sh +++ b/tools/clean-target.sh @@ -52,7 +52,7 @@ do rm -f $d/compile-*.log $d/hemlock/spell-dictionary.bin 2> /dev/null if [ -n "$CLEAN_C" ]; then rm -f $d/lisp/* $d/motif/server/* - done + fi done -- GitLab