Skip to content

Commit

Permalink
do not remove
Browse files Browse the repository at this point in the history
  • Loading branch information
dmd committed Aug 5, 2024
1 parent 5d2aeec commit 04bbc9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bidsmerge
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ for d in ${SOURCE} ${DEST}; do
fi
done

rsync -a --no-p --no-t --remove-source-files "${SOURCE}"/ "${DEST}"/
find "${SOURCE}" -depth -type d -empty -delete
rsync -a --no-p --no-t "${SOURCE}"/ "${DEST}"/

0 comments on commit 04bbc9c

Please sign in to comment.