Fix exit status when there is an error copying a file.
This commit is contained in:
@@ -242,5 +242,5 @@ end:
|
||||
perror_msg("unable to preserve permissions of `%s'", dest);
|
||||
}
|
||||
|
||||
return 0;
|
||||
return status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user