Home | History | Annotate | Download | only in libedit

Lines Matching refs:current_libdirs

2915     current_libdirs=
2938 # Add the libdir to current_libdirs if it is the destination.
2940 case "$current_libdirs " in
2942 *) func_append current_libdirs " $libdir" ;;
3221 if test -n "$current_libdirs"; then
3223 $opt_dry_run && current_libdirs=" -n$current_libdirs"
3224 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'