Skip to content

Commit

Permalink
need quotes for going to bookmarks with spaces in their names;
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjhathaway committed Mar 16, 2018
1 parent 0128ce7 commit cbfbf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changeLocation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

loc=$(getLocation.sh $1)
if [ $? -eq 0 ]; then
cd $(getLocation.sh $1)
cd "$(getLocation.sh $1)"
else
echo $loc
fi

0 comments on commit cbfbf6b

Please sign in to comment.