Fix package liner

This commit is contained in:
Josué Tille 2018-01-31 17:45:53 +01:00
parent 32d073b502
commit 3126849ae4

View file

@ -88,7 +88,7 @@ set_path_2() {
then then
path2=$path path2=$path
else else
path2=$path'/' path2=$path"/"
fi fi
} }