diff options
| author | David Aspinall | 2000-10-02 17:58:02 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-10-02 17:58:02 +0000 |
| commit | 2812fcfd86e6a6f1fb108b9071e7e0b7ceff928c (patch) | |
| tree | fbb2b1773464c31b16644c0f304754180c6cad71 | |
| parent | 781e80c6a69cac7b991207fae312a305d8ff6a55 (diff) | |
Note about alternative path to perl
| -rw-r--r-- | coq/coqtags | 2 | ||||
| -rw-r--r-- | lego/legotags | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/coq/coqtags b/coq/coqtags index 6d874e9d..6731cc62 100644 --- a/coq/coqtags +++ b/coq/coqtags @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl # # Or perhaps: /usr/local/bin/perl # diff --git a/lego/legotags b/lego/legotags index c7f30d4d..631fa644 100644 --- a/lego/legotags +++ b/lego/legotags @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl # # Or perhaps: /usr/local/bin/perl # |
