Skip to content
Snippets Groups Projects
Commit 0bd7b13c authored by toy's avatar toy
Browse files

Oops. Remove a debugging "set -x" that was inadvertently left in.

parent c736685e
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ find $TARGET -name "*.bytef" -o -name "*.lbytef" -o -name "*.assem" -o \
-name "*.x86f" -o \
-name "*.core" | xargs rm 2> /dev/null
set -x
for d in $TARGET
do
rm -f $d/compile-*.log $d/hemlock/spell-dictionary.bin 2> /dev/null
......
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