summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-10 22:30:02 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-10 22:30:02 -0400
commit6088f9ec5a8f3d4f0a0baa12ed3fd604d0b15fd3 (patch)
tree478d7029bcb44d569ddef8f4e5ca936e02189f6d /tools
parent5a889259f2a796052a65e74f75a708e6df62b016 (diff)
tools/notsd-move: clean up .tmp.log
Diffstat (limited to 'tools')
-rwxr-xr-xtools/notsd-move1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/notsd-move b/tools/notsd-move
index 6e7cebe2d0..a65d29e946 100755
--- a/tools/notsd-move
+++ b/tools/notsd-move
@@ -749,6 +749,7 @@ move() (
move_files
>&2 echo ' => breakup_makefile'
"$0" breakup_makefile |& tail -n20 > .tmp.log || { r=$?; cat .tmp.log; exit $r; }
+ rm .tmp.log
>&2 echo ' => ./tools/notsd-fixup'
./tools/notsd-fixup
)