diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 22:28:33 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 22:28:33 -0400 |
commit | 71fbbf7bc81c9cf6dbf5f704ec66be84db6758d8 (patch) | |
tree | 0bbcd2d4b8d99d44f55a99c65d2ec40b10a61db7 | |
parent | 0177890f6369c0cb601e1d60cd5722048d34bead (diff) |
tidy
-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 ) |