[PATCH] Check the exit code from tar
27 Mar
2007
27 Mar
'07
5:14 a.m.
Prior to this change, if tar failed, the sdist command would fail to notice.
27 Mar
27 Mar
4:41 p.m.
On Mon, 2007-03-26 at 16:44 -0700, Bryan O'Sullivan wrote:
Prior to this change, if tar failed, the sdist command would fail to notice.
Applied. Thanks. I added a simple tidy up while I was at it, to use rawSystemPath rather than system. It gives us verbosity output and better error messages when the command isn't found. Using rawSystem is preferable to system too in most cases due to things like escaping. Duncan
6860
Age (days ago)
6861
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bryan O'Sullivan -
Duncan Coutts