10 lines
176 B
Bash
10 lines
176 B
Bash
|
thisroot () {
|
||
|
# Workaround thisroot.sh dependency on man
|
||
|
if [ -z "${MANPATH}" ]; then
|
||
|
MANPATH=:
|
||
|
fi
|
||
|
source @out@/bin/thisroot.sh
|
||
|
}
|
||
|
|
||
|
envHooks+=(thisroot)
|