Copy the finder info to new file

This commit is contained in:
USHIRODA, Atsushi 2017-11-23 13:41:09 +09:00
parent 63bda6b158
commit c3143ec1e5
1 changed files with 2 additions and 1 deletions

View File

@ -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.