From 6088f9ec5a8f3d4f0a0baa12ed3fd604d0b15fd3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 10 Sep 2016 22:30:02 -0400 Subject: tools/notsd-move: clean up .tmp.log --- tools/notsd-move | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 ) -- cgit v1.2.3-54-g00ecf