- (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/forward-control.sh] use sh in case login shell is csh.
|
||||||
- (tim) [regress/integrity.sh] shell portability fix.
|
- (tim) [regress/integrity.sh] shell portability fix.
|
||||||
- (tim) [regress/integrity.sh] keep old solaris awk from hanging.
|
- (tim) [regress/integrity.sh] keep old solaris awk from hanging.
|
||||||
|
- (tim) [regress/krl.sh] keep old solaris awk from hanging.
|
||||||
|
|
||||||
20130226
|
20130226
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
|
|
@ -40,7 +40,7 @@ serial: 599-701
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
jot() {
|
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.
|
# A specification that revokes some certificated by key ID.
|
||||||
|
|
Loading…
Reference in New Issue