diff options
| author | David Aspinall | 2002-06-08 02:13:22 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-06-08 02:13:22 +0000 |
| commit | 9e77c4e4b89719bf1bdd8b6948ee06acc5bdaeb9 (patch) | |
| tree | 54a17868a5b4630b17ddf157c4be2940f25da900 | |
| parent | ea070c9f9c5c9cb99068d2195284a0ff01dc6ee8 (diff) | |
Default to /usr/bin/perl
| -rw-r--r-- | coq/coqtags | 2 | ||||
| -rw-r--r-- | lego/legotags | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/coq/coqtags b/coq/coqtags index 6731cc62..6d874e9d 100644 --- a/coq/coqtags +++ b/coq/coqtags @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Or perhaps: /usr/local/bin/perl # diff --git a/lego/legotags b/lego/legotags index 631fa644..8243287a 100644 --- a/lego/legotags +++ b/lego/legotags @@ -1,7 +1,7 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Or perhaps: /usr/local/bin/perl -# +# # $Id$ # undef $/; |
