[Lxr-commits] CVS: lxr/scripts configure-lxr.pl,1.10,1.11
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-01-22 11:20:28
|
Update of /cvsroot/lxr/lxr/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18968/scripts Modified Files: configure-lxr.pl Log Message: scripts/configure-lxr.pl: correct typo in marker Final % forgotten in %glimpsedirbase% Index: configure-lxr.pl =================================================================== RCS file: /cvsroot/lxr/lxr/scripts/configure-lxr.pl,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- configure-lxr.pl 21 Jan 2013 16:35:03 -0000 1.10 +++ configure-lxr.pl 22 Jan 2013 11:20:25 -0000 1.11 @@ -556,7 +556,7 @@ } else { print "${VTyellow}Sorry:${VTnorm} free-text search disabled\n"; $markers{'%glimpse%'} = '/bin/true'; # disable free-text search - $markers{'%glimpsedirbase'} = '/tmp'; # only to silence config check + $markers{'%glimpsedirbase%'} = '/tmp'; # only to silence config check } } |