- (tim) [regress/integrity.sh] keep old solaris awk from hanging.

This commit is contained in:
Tim Rice 2013-02-26 21:49:09 -08:00
parent f9e2060ca9
commit ada7e17ae5
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
[contrib/suse/openssh.spec] Crank version numbers
- (tim) [regress/forward-control.sh] use sh in case login shell is csh.
- (tim) [regress/integrity.sh] shell portability fix.
- (tim) [regress/integrity.sh] keep old solaris awk from hanging.
20130226
- OpenBSD CVS Sync

View File

@ -25,7 +25,7 @@ config_defined OPENSSL_HAVE_EVPGCM && \
cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy"
jot() {
awk "BEGIN { for (i = $2; i < $2 + $1; i++) { printf \"%d\n\", i } }"
awk "BEGIN { for (i = $2; i < $2 + $1; i++) { printf \"%d\n\", i } exit }"
}
for m in $macs; do