Compare commits
No commits in common. "79cfcc69484fa9bef6a4493c8a93a98f0080b63a" and "68162e8b95db6f5a087b1f28c64ee3573a590a5c" have entirely different histories.
79cfcc6948
...
68162e8b95
@ -86,8 +86,7 @@ getDestDir() {
|
||||
echo "$thispart" >&${toascii[1]}
|
||||
read -r -u${toascii[0]} thispart
|
||||
fi
|
||||
sanitized="$(sanitizeFile "$thispart" dir)"
|
||||
destdir+="${sanitized:+/}$sanitized"
|
||||
destdir+="/$(sanitizeFile "$thispart" dir)"
|
||||
part=${part#*/}
|
||||
done
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user