Skip to content

Commit

Permalink
resolve symlink of current directory when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
daz committed Oct 20, 2014
1 parent 85fdb50 commit 8957f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Expand Up @@ -3,7 +3,7 @@
# bootstrap installs things.

cd "$(dirname "$0")/.."
DOTFILES_ROOT=$(pwd)
DOTFILES_ROOT=$(pwd -P)

set -e

Expand Down

0 comments on commit 8957f6b

Please sign in to comment.