Fix some path problems when the build dir is not the

source dir.
This commit is contained in:
Wayne Davison
2008-05-17 15:07:24 -07:00
parent cc56eb2acc
commit e717fa4d37
4 changed files with 5 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
. "$suitedir/rsync.fns"
SSH=support/lsh
SSH="$scratchdir/src/support/lsh"
if test x"$rsync_enable_ssh_tests" = xyes; then
if type ssh >/dev/null ; then