[Lxr-dev] [ lxr-Bugs-3535240 ] Typo error when check swish-e
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2012-06-14 16:30:27
|
Bugs item #3535240, was opened at 2012-06-14 09:30 Message generated for change (Tracker Item Submitted) made by squallho You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3535240&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: genxref Group: current cvs Status: Open Resolution: None Priority: 5 Private: No Submitted By: squall.ho (squallho) Assigned to: Nobody/Anonymous (nobody) Summary: Typo error when check swish-e Initial Comment: at line 240, the wrong typo of $toolloc = `which swhish-e 2>/dev/null`; an extra "h" will make the $toolloc always be empty, since there is no binary named sw"h"ish-e. should be correct as $toolloc = `which swish-e 2>/dev/null`; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3535240&group_id=27350 |