Skip to content

Commit

Permalink
command pwd is clearer than \pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed May 11, 2016
1 parent 198a1e9 commit c326389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvm.sh
Expand Up @@ -23,7 +23,7 @@ if [ -z "$DVM_DIR" ]; then
if [ -n "$BASH_SOURCE" ]; then
DVM_SCRIPT_SOURCE="${BASH_SOURCE[0]}"
fi
export DVM_DIR="$(cd $DVM_CD_FLAGS "$(dirname "${DVM_SCRIPT_SOURCE:-$0}")" > /dev/null && \pwd)"
export DVM_DIR="$(cd $DVM_CD_FLAGS "$(dirname "${DVM_SCRIPT_SOURCE:-$0}")" > /dev/null && command pwd)"
fi
unset DVM_SCRIPT_SOURCE 2> /dev/null

Expand Down

0 comments on commit c326389

Please sign in to comment.