Compare commits
2 Commits
68162e8b95
...
79cfcc6948
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79cfcc6948 | ||
|
|
8c054e6025 |
@ -86,7 +86,8 @@ getDestDir() {
|
||||
echo "$thispart" >&${toascii[1]}
|
||||
read -r -u${toascii[0]} thispart
|
||||
fi
|
||||
destdir+="/$(sanitizeFile "$thispart" dir)"
|
||||
sanitized="$(sanitizeFile "$thispart" dir)"
|
||||
destdir+="${sanitized:+/}$sanitized"
|
||||
part=${part#*/}
|
||||
done
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user