| Summary: | PATCH: Fix head(1) call in regress/yes-head.sh | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Jason McCormick <jason> | ||||||
| Component: | Miscellaneous | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | ||||||||
| Priority: | P2 | ||||||||
| Version: | -current | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| URL: | http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=109259431107655 | ||||||||
| Attachments: |
|
||||||||
|
Description
Jason McCormick
2004-08-16 12:47:04 AEST
Created attachment 697 [details]
Path to use 'head -n LINES' instead of 'head -LINES'
> I believe 'hean -n LINES' is portable everywhere.
Make that 'head -n LINES'
It has been suggested that setting (and exporting) _POSIX2_VERSION=199209 someplace like test-exec.sh will cause head (and possibly other programs?) to accept older options. IMHO that's the best option. Created attachment 748 [details]
Set _POSIX2_VERSION to unbreak GNU head
Like this.
Patch id #748 applied, thanks. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |