From e524a82aeb9e0de9f919279e28269a371a9ccb24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 6 Dec 2016 14:52:49 +0100 Subject: [PATCH] replacing backticks with --- contrib/packager.io/after.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/packager.io/after.sh b/contrib/packager.io/after.sh index b53ea91ad..efd264406 100755 --- a/contrib/packager.io/after.sh +++ b/contrib/packager.io/after.sh @@ -3,7 +3,7 @@ # packager.io after script # -PATH=`pwd`/bin:`pwd`/vendor/bundle/bin:$PATH +PATH=$(pwd)/bin:$(pwd)/vendor/bundle/bin:$PATH set -e