mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 05:45:20 +02:00
- (tim) [regress/forward-control.sh] shell portability fix.
This commit is contained in:
parent
5acc6be981
commit
0ec7423692
@ -1,3 +1,6 @@
|
||||
20130221
|
||||
- (tim) [regress/forward-control.sh] shell portability fix.
|
||||
|
||||
20130220
|
||||
- (tim) [regress/cipher-speed.sh regress/try-ciphers.sh] shell portability fix.
|
||||
- (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded
|
||||
|
@ -11,7 +11,7 @@ READY=$OBJ/ready
|
||||
wait_for_file_to_appear() {
|
||||
_path=$1
|
||||
_n=0
|
||||
while test ! -e $_path ; do
|
||||
while test ! -f $_path ; do
|
||||
test $_n -eq 1 && trace "waiting for $_path to appear"
|
||||
_n=`expr $_n + 1`
|
||||
test $_n -ge 5 && return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user