From 3126849ae4b0032b50fc74809e84f04780f51dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 31 Jan 2018 17:45:53 +0100 Subject: [PATCH] Fix package liner --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index b03e29d..bcf683f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -88,7 +88,7 @@ set_path_2() { then path2=$path else - path2=$path'/' + path2=$path"/" fi }