forked from colonelpanic/dotfiles
Fix bootstrapping.sh.
This commit is contained in:
Submodule dotfiles/emacs.d updated: 15a33f41d8...d6fbf2572c
@@ -1,5 +1,5 @@
|
|||||||
readlink_command='readlink'
|
readlink_command='readlink'
|
||||||
command -v greadlink > /dev/null && readlink_command="greadlink"
|
command -v greadlink > /dev/null && readlink_command="greadlink"
|
||||||
function dotfiles_abspath() {
|
function dotfiles_abspath() {
|
||||||
echo "$(${readlink_command} -f "$BASH_SOURCE" | xargs dirname)"
|
echo "$(${readlink_command} -f "$BASH_SOURCE" | xargs dirname | xargs dirname)"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user