mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-07 22:45:44 -04:00
Rename lsh -> lsh.sh.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
chkfile="$scratchdir/rsync.chk"
|
||||
outfile="$scratchdir/rsync.out"
|
||||
|
||||
SSH="src/support/lsh --no-cd"
|
||||
SSH="src/support/lsh.sh --no-cd"
|
||||
FILE_REPL='s/^\([^d][^ ]*\) *\(..........[0-9]\) /\1 \2 /'
|
||||
DIR_REPL='s/^\(d[^ ]*\) *[0-9][.,0-9]* /\1 DIR /'
|
||||
LS_REPL='s;[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9];####/##/## ##:##:##;'
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
. "$suitedir/rsync.fns"
|
||||
|
||||
SSH="$scratchdir/src/support/lsh"
|
||||
SSH="$scratchdir/src/support/lsh.sh"
|
||||
|
||||
hands_setup
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
. "$suitedir/rsync.fns"
|
||||
|
||||
SSH="$scratchdir/src/support/lsh"
|
||||
SSH="$scratchdir/src/support/lsh.sh"
|
||||
|
||||
outfile="$scratchdir/rsync.out"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
. "$suitedir/rsync.fns"
|
||||
|
||||
SSH="$scratchdir/src/support/lsh"
|
||||
SSH="$scratchdir/src/support/lsh.sh"
|
||||
|
||||
if test x"$rsync_enable_ssh_tests" = xyes; then
|
||||
if type ssh >/dev/null ; then
|
||||
|
||||
Reference in New Issue
Block a user