We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9388c2e + e5a8b60 commit 626e78cCopy full SHA for 626e78c
init/bash.in
@@ -26,7 +26,7 @@ fi
26
__build_FPATH_for_zsh_ksh()
27
{
28
zsh_fpath=$(unset FPATH; zsh -f -c 'echo $FPATH')
29
- export FPATH=$(@PKGV@/libexec/addto --append FPATH $zsh_fpath @PKGV@/init/ksh_funcs)
+ export FPATH=$(@PKGV@/libexec/addto --append FPATH ${zsh_fpath} @PKGV@/init/ksh_funcs)
30
unset zsh_fpath
31
}
32
0 commit comments