Commit 17bacad9 authored by rtoy's avatar rtoy
Browse files

Oops. Remove the set -x.

parent c67eb706
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ done
GREP="cat"
CORE='-o -name "*.core"'

set -x
if [ -n "$KEEP" ]; then
    case $KEEP in
      lib) GREP='egrep -v'