Update of /cvsroot/lxr/lxr
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9730
Modified Files:
genxref
Log Message:
Revert change to remove path from #! path as this breaks on Unix
Index: genxref
===================================================================
RCS file: /cvsroot/lxr/lxr/genxref,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- genxref 8 Apr 2009 20:49:19 -0000 1.39
+++ genxref 21 Apr 2009 16:07:39 -0000 1.40
@@ -1,4 +1,4 @@
-#!perl
+#!/usr/bin/perl
# -*- tab-width: 4 -*-"
# This program is free software; you can redistribute it and/or modify
|