Ticket #3101 (closed defect: fixed)

Opened 11 years ago

Last modified 10 years ago

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

misc.sh.in.diff (472 bytes) - added by ajax 11 years ago.
patch offered

Change History

Changed 11 years ago by ajax

patch offered

comment:1 Changed 11 years ago by ajax

  • Priority changed from major to minor

comment:2 Changed 10 years ago by slavazanko

  • Owner set to slavazanko
  • Status changed from new to accepted
  • 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 10 years ago by andrew_b

  • Votes for changeset set to andrew_b

Please fix ticket number in the comment before merge.

comment:4 Changed 10 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

comment:5 Changed 10 years ago by slavazanko

  • Status changed from accepted to testing
  • Votes for changeset changed from andrew_b angel_il to committed-master
  • Resolution set to fixed
  • Branch state changed from approved to merged

comment:6 Changed 10 years ago by slavazanko

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.