Compare commits

..

No commits in common. "79cfcc69484fa9bef6a4493c8a93a98f0080b63a" and "68162e8b95db6f5a087b1f28c64ee3573a590a5c" have entirely different histories.

View File

@ -86,8 +86,7 @@ getDestDir() {
echo "$thispart" >&${toascii[1]} echo "$thispart" >&${toascii[1]}
read -r -u${toascii[0]} thispart read -r -u${toascii[0]} thispart
fi fi
sanitized="$(sanitizeFile "$thispart" dir)" destdir+="/$(sanitizeFile "$thispart" dir)"
destdir+="${sanitized:+/}$sanitized"
part=${part#*/} part=${part#*/}
done done
fi fi