replacing backticks with
This commit is contained in:
parent
3e5f80b0e3
commit
e524a82aeb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue