mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-26 20:02:13 +00:00
- (tim) [regress/krl.sh] keep old solaris awk from hanging.
This commit is contained in:
parent
ada7e17ae5
commit
21f591b6d9
@ -4,6 +4,7 @@
|
||||
- (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.
|
||||
- (tim) [regress/krl.sh] keep old solaris awk from hanging.
|
||||
|
||||
20130226
|
||||
- OpenBSD CVS Sync
|
||||
|
@ -40,7 +40,7 @@ serial: 599-701
|
||||
EOF
|
||||
|
||||
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 }"
|
||||
}
|
||||
|
||||
# A specification that revokes some certificated by key ID.
|
||||
|
Loading…
Reference in New Issue
Block a user