[cmucl-cvs] CMUCL commit: cross-sol-x86-branch src/tools (clean-target.sh)
Raymond Toy
rtoy at common-lisp.net
Tue Dec 21 04:41:30 UTC 2010
Date: Monday, December 20, 2010 @ 23:41:29
Author: rtoy
Path: /project/cmucl/cvsroot/src/tools
Tag: cross-sol-x86-branch
Modified: clean-target.sh
Oops. Remove the set -x.
-----------------+
clean-target.sh | 1 -
1 file changed, 1 deletion(-)
Index: src/tools/clean-target.sh
diff -u src/tools/clean-target.sh:1.9.8.1 src/tools/clean-target.sh:1.9.8.2
--- src/tools/clean-target.sh:1.9.8.1 Mon Dec 20 23:35:57 2010
+++ src/tools/clean-target.sh Mon Dec 20 23:41:29 2010
@@ -46,7 +46,6 @@
GREP="cat"
CORE='-o -name "*.core"'
-set -x
if [ -n "$KEEP" ]; then
case $KEEP in
lib) GREP='egrep -v'
More information about the cmucl-cvs
mailing list