mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
When tar fails, it does not remove the output file
This commit is contained in:
@@ -913,7 +913,7 @@ rule sign_executable
|
||||
description = Sign ‘$in’…
|
||||
|
||||
rule tbz_archive
|
||||
command = tar $bzip2_flag -cf $out -C "$$(dirname $in)" "$$(basename $in)"
|
||||
command = tar $bzip2_flag -cf $out~ -C "$$(dirname $in)" "$$(basename $in)" && mv $out~ $out
|
||||
generator = true
|
||||
description = Archive ‘$in’…
|
||||
|
||||
|
||||
Reference in New Issue
Block a user