diff options
| author | David Aspinall | 2000-05-25 19:42:55 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-05-25 19:42:55 +0000 |
| commit | 1569fe58b136d3c83b0d983d2cef826574b58d51 (patch) | |
| tree | 1bb1f3b30a4f83613c11eec1916d0d1a6df857ee | |
| parent | 80365e7d77fb9e71090b7571f755ea4ac9beb921 (diff) | |
Revert to previous path for perl, better default for non-linux. Linux uses RPM, where its fixed.
| -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 328ad8d6..21cd0bfa 100644 --- a/coq/coqtags +++ b/coq/coqtags @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl # # $Id$ # diff --git a/lego/legotags b/lego/legotags index d32547ae..a5c0f825 100644 --- a/lego/legotags +++ b/lego/legotags @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl # # $Id$ # |
