[Lxr-dev] [ lxr-Bugs-3535241 ] Lost a space when open swish-e.conf file
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2012-07-20 11:44:28
|
Bugs item #3535241, was opened at 2012-06-14 09:38 Message generated for change (Comment added) made by ajlittoz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3535241&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: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: squall.ho (squallho) >Assigned to: Andre-Littoz (ajlittoz) Summary: Lost a space when open swish-e.conf file Initial Comment: In the line 514 to 519, when execute swish-e with assigned swish-e.conf path by .$config->{'swishconf'} An error of can't open file "swish-e.conf-f" was reported. This is due to a missed "space" before "-f" at next line. The original line 518 . "-f ".$config->swishdir."/".$releaseid.".index" should be . " -f ".$config->swishdir."/".$releaseid.".index" ^^^ a space before -f ---------------------------------------------------------------------- >Comment By: Andre-Littoz (ajlittoz) Date: 2012-07-20 04:44 Message: Fixed in CVS as suggested ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3535241&group_id=27350 |