Browse Source

replacing backticks with

André Bauer 8 years ago
parent
commit
e524a82aeb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/packager.io/after.sh

+ 1 - 1
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