From 3642a59e8db9c83ecf70360f9bae43a112a1e204 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Mon, 20 Apr 2009 20:54:10 +0000 Subject: [PATCH] Merge change from unicode-utf16-extfmt-branch that fixes a 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 09e3f39b2..6e5b074a7 100755 --- a/tools/clean-target.sh +++ b/tools/clean-target.sh @@ -49,7 +49,7 @@ CORE='-o -name "*.core"' if [ -n "$KEEP" ]; then case $KEEP in lib) GREP='grep -v \(gray-streams\|gray-compat\|simple-streams\|iodefs\|external-formats\|clx\|hemlock\|clm\)-library' ;; - core) CORE='"' ;; + core) CORE='' ;; all) GREP='grep -v \(gray-streams\|gray-compat\|simple-streams\|iodefs\|external-formats\|clx\|hemlock\|clm\)-library' CORE='' ;; esac -- GitLab