Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco van Hulten
Dot files and a management tool
Commits
ecf9f572
Commit
ecf9f572
authored
Dec 06, 2022
by
Marco van Hulten
Browse files
Use the absolute path, also in case 'realpath' is not available
parent
c7fcde18
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/make-symlinks
View file @
ecf9f572
...
...
@@ -6,7 +6,7 @@ if [ -x "$(command -v realpath)" ]; then
dotfiles_dir
=
"
$(
dirname
$(
dirname
$(
realpath
$0
)))
/dotfiles"
else
echo
"This platform does not have a realpath command; using ./dotfiles/."
dotfiles_dir
=
"dotfiles"
dotfiles_dir
=
"
${
PWD
}
/
dotfiles"
fi
install_dir
=
"
$HOME
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment