Commit 3642a59e authored by rtoy's avatar rtoy
Browse files

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

parent eb96f3ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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