aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-29 14:15:32 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-29 14:15:32 +0000
commitc8fadf72b17715f8bbcfb2b389b73406c0130587 (patch)
treec1774aaeea0c5a16fb3d001fdfff60c617c5b383
parent331720e77ccaec6c18b2770b22d8d7419696b51b (diff)
Make default path to perl be /usr/bin/perl
-rw-r--r--coq/coqtags4
-rw-r--r--lego/legotags2
2 files changed, 5 insertions, 1 deletions
diff --git a/coq/coqtags b/coq/coqtags
index 1088c24a..6d874e9d 100644
--- a/coq/coqtags
+++ b/coq/coqtags
@@ -1,6 +1,8 @@
#!/usr/bin/perl
#
-# $Id$
+# Or perhaps: /usr/local/bin/perl
+#
+# # $Id$
#
undef $/;
diff --git a/lego/legotags b/lego/legotags
index d32547ae..c7f30d4d 100644
--- a/lego/legotags
+++ b/lego/legotags
@@ -1,5 +1,7 @@
#!/usr/bin/perl
#
+# Or perhaps: /usr/local/bin/perl
+#
# $Id$
#
undef $/;