diff options
Diffstat (limited to 'backomp')
| -rwxr-xr-x | backomp | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -379,7 +379,9 @@ while IFS= read -r line; do fi src="${f2}" - dest="${base_path}${base_path:+/}$(expand_opts "${f1}")" + dest="${base_path}" + [[ -n "${dest}" && "${dest}" != *[/:] ]] && dest="${dest}/" + dest="${dest}$(expand_opts "${f1#./}")" tainted_dest="$?" printf '[%d] [%s] %s => %s\n' "${bcount}" "${opts['retain']}" \ "${src}" "${dest}" |
