Skip to content

Commit

Permalink
Merge pull request #68 from uber/es-abspath
Browse files Browse the repository at this point in the history
install script: Use abs path for srcdir
  • Loading branch information
ellie authored Dec 18, 2019
2 parents a92192c + 4622f25 commit 3bfe1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ key="$1"

case $key in
-s|--source-dir)
SRCDIR="$2"
SRCDIR=$(realpath "$2")
shift # past argument
shift # past value
;;
Expand Down

0 comments on commit 3bfe1d0

Please sign in to comment.