Skip to content

Commit e06e978

Browse files
committed
fix: Make PATH element to homebrew absolute
1 parent e08614a commit e06e978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function abort() {
1111
}
1212

1313
function init() {
14-
basedir="$(dirname "${BASH_SOURCE[0]}")"
14+
basedir="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
1515
rcdir="${basedir}/.dependencies/rc"
1616
[[ -d "${rcdir}" ]] || abort "Please run 'bootstrap.sh', first!"
1717

0 commit comments

Comments
 (0)