Rename lsh -> lsh.sh.

This commit is contained in:
Wayne Davison
2013-06-09 19:39:44 -07:00
parent baf382d62e
commit f93094fa9f
5 changed files with 4 additions and 4 deletions

View File

View File

@@ -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];####/##/## ##:##:##;'

View File

@@ -9,7 +9,7 @@
. "$suitedir/rsync.fns"
SSH="$scratchdir/src/support/lsh"
SSH="$scratchdir/src/support/lsh.sh"
hands_setup

View File

@@ -11,7 +11,7 @@
. "$suitedir/rsync.fns"
SSH="$scratchdir/src/support/lsh"
SSH="$scratchdir/src/support/lsh.sh"
outfile="$scratchdir/rsync.out"

View File

@@ -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