Fix path change

This commit is contained in:
Vincent Riquer 2013-10-25 22:17:01 +02:00
parent f44f9021db
commit 9e0666ccbc

View File

@ -73,4 +73,5 @@ getDestDir() {
then
mkdir -p "$destdir"
fi
destdir="${destdir//+(\/)/\/}"
}