ksherlock / mpw-tools

mpw compatibility layer tools and support files
11 stars 3 forks source link

Minor problem of duplicate data fork only file. #1

Closed ushicow closed 6 years ago

ushicow commented 6 years ago

When duplicating a data fork only file, a useless error message is displayed. $ echo "test" >src $ mpw duplicate src dest Error opening src: No such file or directory $ cat dest test

ushicow commented 6 years ago

Fixed by pull request #4.