Forgot to delete a temp file.
This commit is contained in:
parent
f65d9b36f2
commit
261efdd6e6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ while read old_mode new_mode old_sha1 new_sha1 status name; do
|
|||
|
||||
done < $tree
|
||||
|
||||
rm -f $tmp
|
||||
rm -f $tmp $tree
|
||||
if [[ $bad_file_found -eq 1 ]]; then
|
||||
echo "===================="
|
||||
echo "Your commit contained problematic files."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue