Skip to content

Commit 7ea9e80

Browse files
committed
Auto-clean up input, acc and tmp files
1 parent 042efd9 commit 7ea9e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rec-faults/1st-collect/iterate

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ awk 'BEGIN {FS="[ =]"} {printf "-D fn=%s -D defining_file=%s\n", $6,$17}' ${ACC}
4949
-e 's/defining_file=--dir/external/' \
5050
-e 's/defining_file=file/external/' | \
5151
sort -u > ${OUTPUT}
52-
#/bin/rm -f ${INPUT} ${ACC} ${TMP}
52+
/bin/rm -f ${INPUT} ${ACC} ${TMP}
5353

5454
touch results/linuxes/$VERSION/Linux_$SP.orig.org

0 commit comments

Comments
 (0)