We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08614a commit e06e978Copy full SHA for e06e978
env.rc
@@ -11,7 +11,7 @@ function abort() {
11
}
12
13
function init() {
14
- basedir="$(dirname "${BASH_SOURCE[0]}")"
+ basedir="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
15
rcdir="${basedir}/.dependencies/rc"
16
[[ -d "${rcdir}" ]] || abort "Please run 'bootstrap.sh', first!"
17
0 commit comments