[Lxr-commits] CVS: lxr/lib/LXR Common.pm,1.54,1.55
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2006-04-04 22:23:58
|
Update of /cvsroot/lxr/lxr/lib/LXR In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19073/lxr/lib/LXR Modified Files: Common.pm Log Message: ectags update for new language types (JBG) Index: Common.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Common.pm,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- Common.pm 2 Nov 2005 23:39:55 -0000 1.54 +++ Common.pm 4 Apr 2006 22:23:43 -0000 1.55 @@ -538,7 +538,7 @@ if(defined $path) { # First suppress anything after a dodgy character - $path =~ s!(^[\w_+\-,.%^/\!]+).*!$1!; + $path =~ s!(^[\w_+\-,\.%\^/\!]+).*!$1!; # Clean out /../ while ($path =~ m!/\.\.?/!) { $path =~ s!/\.\.?/!/!g; |