Skip to content

Commit 626e78c

Browse files
author
Robert McLay
committed
merging bash.in
2 parents 9388c2e + e5a8b60 commit 626e78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/bash.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626
__build_FPATH_for_zsh_ksh()
2727
{
2828
zsh_fpath=$(unset FPATH; zsh -f -c 'echo $FPATH')
29-
export FPATH=$(@PKGV@/libexec/addto --append FPATH $zsh_fpath @PKGV@/init/ksh_funcs)
29+
export FPATH=$(@PKGV@/libexec/addto --append FPATH ${zsh_fpath} @PKGV@/init/ksh_funcs)
3030
unset zsh_fpath
3131
}
3232

0 commit comments

Comments
 (0)