diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 22:30:02 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 22:30:02 -0400 |
commit | 6088f9ec5a8f3d4f0a0baa12ed3fd604d0b15fd3 (patch) | |
tree | 478d7029bcb44d569ddef8f4e5ca936e02189f6d | |
parent | 5a889259f2a796052a65e74f75a708e6df62b016 (diff) |
tools/notsd-move: clean up .tmp.log
-rwxr-xr-x | tools/notsd-move | 1 |
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 ) |