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