diff options
-rw-r--r-- | libbb/copy_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/copy_file.c b/libbb/copy_file.c index 6c220022f..062ecb901 100644 --- a/libbb/copy_file.c +++ b/libbb/copy_file.c | |||
@@ -242,5 +242,5 @@ end: | |||
242 | perror_msg("unable to preserve permissions of `%s'", dest); | 242 | perror_msg("unable to preserve permissions of `%s'", dest); |
243 | } | 243 | } |
244 | 244 | ||
245 | return 0; | 245 | return status; |
246 | } | 246 | } |