replacing backticks with

This commit is contained in:
André Bauer 2016-12-06 14:52:49 +01:00
parent 3e5f80b0e3
commit e524a82aeb

View file

@ -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