bugzilla-daemon at mindrot.org
2004-Aug-16 02:47 UTC
[Bug 912] PATCH: Fix head(1) call in regress/yes-head.sh
http://bugzilla.mindrot.org/show_bug.cgi?id=912 Summary: PATCH: Fix head(1) call in regress/yes-head.sh Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: jason at devrandom.org This is a itty bitty patch to change head to use '-n LINES' instead of '-LINES' since GNU's coreutils is deprecating that usage for POSIX 1003.1-2001 compliance. GNU's doc reference: http://www.gnu.org/software/coreutils/manual/html_chapter/coreutils_5.html#SEC18 I believe 'hean -n LINES' is portable everywhere. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Aug-16 02:48 UTC
[Bug 912] PATCH: Fix head(1) call in regress/yes-head.sh
http://bugzilla.mindrot.org/show_bug.cgi?id=912 ------- Additional Comments From jason at devrandom.org 2004-08-16 12:48 ------- Created an attachment (id=697) --> (http://bugzilla.mindrot.org/attachment.cgi?id=697&action=view) Path to use 'head -n LINES' instead of 'head -LINES' ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Aug-16 02:48 UTC
[Bug 912] PATCH: Fix head(1) call in regress/yes-head.sh
http://bugzilla.mindrot.org/show_bug.cgi?id=912 jason at devrandom.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|PATCH: Fix head(1) call in |PATCH: Fix head(1) call in |regress/yes-head.sh |regress/yes-head.sh ------- Additional Comments From jason at devrandom.org 2004-08-16 12:48 -------> I believe 'hean -n LINES' is portable everywhere.Make that 'head -n LINES' ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Aug-30 11:55 UTC
[Bug 912] PATCH: Fix head(1) call in regress/yes-head.sh
http://bugzilla.mindrot.org/show_bug.cgi?id=912 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://marc.theaimsgroup.com | |/?l=openssh-unix- | |dev&m=109259431107655 ------- Additional Comments From dtucker at zip.com.au 2004-08-30 21:55 ------- 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. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.