mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 15:24:47 +02:00
- (dtucker) [regress/cfgmatch.sh] Remove unneeded sleep renderd obsolete by
rev 1.6 which calls wait.
This commit is contained in:
parent
9cc8ff7b63
commit
044f32f4c6
@ -85,6 +85,8 @@
|
|||||||
- (dtucker) [regress/stderr-after-eof.sh regress/test-exec.sh] Move the md5
|
- (dtucker) [regress/stderr-after-eof.sh regress/test-exec.sh] Move the md5
|
||||||
helper function to the portable part of test-exec.sh.
|
helper function to the portable part of test-exec.sh.
|
||||||
- (dtucker) [regress/runtests.sh] Remove obsolete test driver script.
|
- (dtucker) [regress/runtests.sh] Remove obsolete test driver script.
|
||||||
|
- (dtucker) [regress/cfgmatch.sh] Remove unneeded sleep renderd obsolete by
|
||||||
|
rev 1.6 which calls wait.
|
||||||
|
|
||||||
20130516
|
20130516
|
||||||
- (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
|
- (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
|
||||||
|
@ -34,7 +34,6 @@ stop_client()
|
|||||||
pid=`cat $pidfile`
|
pid=`cat $pidfile`
|
||||||
if [ ! -z "$pid" ]; then
|
if [ ! -z "$pid" ]; then
|
||||||
kill $pid
|
kill $pid
|
||||||
sleep 1
|
|
||||||
fi
|
fi
|
||||||
wait
|
wait
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user