Searched refs:with_rsh (Results 1 – 2 of 2) sorted by relevance
657 [with_rsh="ssh rsh"])659 if test no = "$with_rsh"; then661 with_rsh=rsh662 elif test yes = "$with_rsh"; then664 with_rsh=rsh667 if echo $with_rsh |grep ^/ >/dev/null; then668 # If $with_rsh is an absolute path, issue a warning if the executable671 with_default_rsh=$with_rsh673 if ! test -f $with_rsh \674 || ! test -x $with_rsh; then[all …]
17571 withval=$with_rsh;17573 with_rsh="ssh rsh"17577 if test no = "$with_rsh"; then17580 with_rsh=rsh17581 elif test yes = "$with_rsh"; then17583 with_rsh=rsh17586 if echo $with_rsh |grep ^/ >/dev/null; then17590 with_default_rsh=$with_rsh17593 if ! test -f $with_rsh \17594 || ! test -x $with_rsh; then[all …]