Update of /cvsroot/lxr/lxr/lib/LXR/Lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30048/lib/LXR/Lang
Modified Files:
generic.conf
Log Message:
fix "shell" capitalization to match that used in lxr.conf
Index: generic.conf
===================================================================
RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/generic.conf,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- generic.conf 10 Aug 2004 16:14:25 -0000 1.17
+++ generic.conf 19 Oct 2004 19:19:21 -0000 1.18
@@ -16,7 +16,7 @@
'C++' => 'c++',
'Python' => 'python',
'SQL' => 'SQL2',
- 'Shell' => 'sh',
+ 'shell' => 'sh',
},
# lang map specifies info for each language
|