Needs to handle files with the same basename
Opened this issue · 1 comments
HenrikBengtsson commented
For example,
stage_file "/path/to/abc/foo.txt"
stage_file "/path/to/def/foo.txt"
HenrikBengtsson commented
The easiest would be to stage to ${STAGE_IN}/${pathname}
.