From 0bd7b13c3cac92a449196c6f8c2b95c7c26ea7d7 Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Mon, 20 Oct 2003 13:44:49 +0000 Subject: [PATCH] Oops. Remove a debugging "set -x" that was inadvertently left in. --- tools/clean-target.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/clean-target.sh b/tools/clean-target.sh index af53a067f..7c7f835df 100755 --- a/tools/clean-target.sh +++ b/tools/clean-target.sh @@ -46,7 +46,6 @@ find $TARGET -name "*.bytef" -o -name "*.lbytef" -o -name "*.assem" -o \ -name "*.x86f" -o \ -name "*.core" | xargs rm 2> /dev/null -set -x for d in $TARGET do rm -f $d/compile-*.log $d/hemlock/spell-dictionary.bin 2> /dev/null -- GitLab