Ticket #4583 (closed defect: fixed)

Opened 12 days ago

Last modified 11 days ago

A typo in mc.ext.ini for apt view command line

Reported by: lastique Owned by: zaytsev
Priority: minor Milestone: 4.8.33
Component: mc-core Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: merged Votes for changeset: committed-master

Description

In mc.ext.ini, [apt] section, the parameter for the view command is named "Ciew" instead of "View".

See here: https://github.com/MidnightCommander/mc/pull/206

Change History

comment:1 Changed 11 days ago by zaytsev

  • Owner set to zaytsev
  • Priority changed from major to minor
  • Status changed from new to accepted
  • Component changed from mc-config-ini to mc-vfs
  • Milestone changed from Future Releases to 4.8.33

A primitive syntax checker shows no further typos:

% grep -v -E "^#" mc.ext.ini.in | grep -v -E "^(Open|View|Type|Include|Shell|Regex|ShellIgnoreCase|RegexIgnoreCase|TypeIgnoreCase)=" | grep -v -E '^$' | grep -v -E "^\[[-.a-z0-9]+]"

comment:2 Changed 11 days ago by zaytsev

  • Branch state changed from no branch to on review

Branch: 4583_mc_ext_ini_fix
Initial changeset:92f56dc6795fd676a001e91cf523081e7a5da955

comment:3 Changed 11 days ago by andrew_b

  • Votes for changeset set to andrew_b
  • Component changed from mc-vfs to mc-core
  • Branch state changed from on review to approved

comment:4 Changed 11 days ago by zaytsev

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

Committed to master as changeset:84af354d2a116d762f1af4388cdfb817234b67a0 . Thank you!

comment:5 Changed 11 days ago by zaytsev

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