devscript: full path to pwd

This commit is contained in:
Roland Walker
2014-01-31 12:33:29 -05:00
parent 958fee530e
commit c62cc5a88f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ _develop_brew_cask () {
# initialization
cd_to_project_root
local git_root="$(pwd)"
local git_root="$(/bin/pwd)"
local brew_prefix="$(brew --prefix)"
local cellar_dir="$brew_prefix/Cellar/brew-cask"
local version_dir="$(/bin/ls "$cellar_dir/" | /usr/bin/sort | /usr/bin/tail -1)"
+1 -1
View File
@@ -46,7 +46,7 @@ _production_brew_cask () {
# initialization
cd_to_project_root
local git_root="$(pwd)"
local git_root="$(/bin/pwd)"
local brew_prefix="$(brew --prefix)"
local cellar_dir="$brew_prefix/Cellar/brew-cask"
local version_dir="$(/bin/ls "$cellar_dir/" | /usr/bin/sort | /usr/bin/tail -1)"