Searched refs:t_bindir (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dconfigure34342 t_bindir="${bindir}"
34343 while echo "${t_bindir}" | egrep '\$\{|NONE/' >/dev/null 2>&1; do
34344 t_bindir=`eval echo ${t_bindir}`
34345 case $t_bindir in
34346 NONE/*) t_bindir=`echo $t_bindir | sed "s~NONE~$prefix~"` ;;
34348 case $t_bindir in
34349 NONE/*) t_bindir=`echo $t_bindir | se
[all...]

Completed in 83 milliseconds