Transport Errors
- The 'push' and 'pull' commands now properly distinguish between a missing transport utility and other errors (thanks to Russell Steicke).
This commit is contained in:
@@ -93,7 +93,8 @@ int Transport::execute()
|
||||
}
|
||||
int result = ::execute (_executable, _arguments);
|
||||
int err;
|
||||
switch (result) {
|
||||
switch (result)
|
||||
{
|
||||
case 127:
|
||||
throw format (STRING_TRANSPORT_NORUN, _executable);
|
||||
case -1:
|
||||
|
||||
Reference in New Issue
Block a user