[PATCH] Check the exit code from tar

26 Mar
2007
26 Mar
'07
11:44 p.m.
Prior to this change, if tar failed, the sdist command would fail to notice.

27 Mar
27 Mar
11:11 a.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
6675
Age (days ago)
6676
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bryan O'Sullivan
-
Duncan Coutts