From c3143ec1e569999c920a4a2b5651e341af35f7a1 Mon Sep 17 00:00:00 2001 From: "USHIRODA, Atsushi" Date: Thu, 23 Nov 2017 13:41:09 +0900 Subject: [PATCH] Copy the finder info to new file --- Duplicate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Duplicate.c b/Duplicate.c index 3cc6eb4..3914d66 100644 --- a/Duplicate.c +++ b/Duplicate.c @@ -330,7 +330,8 @@ int main(int argc, char **argv) fprintf(stderr, "Error: directory destination is not yet supported.\n"); exit(1); } - if (m == 0 && opts['r' - 'a']) +// if (m == 0 && opts['r' - 'a']) + if (m == 0) { // workaround to create the file if // only copying the resource fork.