Skip to content
Snippets Groups Projects
Commit 3642a59e authored by rtoy's avatar rtoy
Browse files

Merge change from unicode-utf16-extfmt-branch that fixes a typo.

parent eb96f3ef
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment