Home | History | Annotate | Download | only in config

Lines Matching refs:current_libdirs

5922     current_libdirs=
5950 # Add the libdir to current_libdirs if it is the destination.
5952 case "$current_libdirs " in
5954 *) current_libdirs="$current_libdirs $libdir" ;;
6269 if test -n "$current_libdirs"; then
6271 test -n "$run" && current_libdirs=" -n$current_libdirs"
6272 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'