Ticket #3101 (closed defect: fixed)
F3 doesn't work on .so files in FreeBSD 9.x
Reported by: | ajax | Owned by: | slavazanko |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.11 |
Component: | mcview | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
FreeBSD 9.x doesn't accept syntax for viewing lib) files processed by /usr/local/libexec/mc/ext.d/misc.sh revealing "/usr/local/libexec/mc/ext.d/misc.sh: 25: Syntax error: | unexpected".
Removing | after >&2 makes parser working as expected.
lib) gplib -t "${MC_EXT_FILENAME}" || >&2 | \ @PERL@ -e '@a=split /[\s\t]+/, <>; printf ("%-30s | %10d | %s.%s.%02d | %s\n", $a[0], ($a[1]*1),$a[7], lc($a[4]), $a[5], $a[6]);' ;;
Attachments
Change History
Changed 11 years ago by ajax
- Attachment misc.sh.in.diff added
comment:2 Changed 11 years ago by slavazanko
- Status changed from new to accepted
- Owner set to slavazanko
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.11
Created branch 3101_gplib_fixes
Initial changeset:3b74edddeecd6068d42d6b318809934a4e74de7c
ajax, please, review and check on your OS if issue is gone. Thank you.
comment:3 Changed 11 years ago by andrew_b
- Votes for changeset set to andrew_b
Please fix ticket number in the comment before merge.
comment:4 Changed 11 years ago by angel_il
- Votes for changeset changed from andrew_b to andrew_b angel_il
- Branch state changed from on review to approved
Note: See
TracTickets for help on using
tickets.
patch offered