diff options
author | jdp <jdp@FreeBSD.org> | 1999-04-06 05:24:49 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-04-06 05:24:49 +0800 |
commit | ab9822f48f5b1407483503f21065b91e8816e796 (patch) | |
tree | bc6b134a504017c5f81093265190ca85c500055d /CVSROOT/logcheck | |
parent | d4b413ca0ab31b93a0d022dfec8611de4a1e433a (diff) | |
download | freebsd-ports-gnome-ab9822f48f5b1407483503f21065b91e8816e796.tar.gz freebsd-ports-gnome-ab9822f48f5b1407483503f21065b91e8816e796.tar.zst freebsd-ports-gnome-ab9822f48f5b1407483503f21065b91e8816e796.zip |
Take perl from /usr/bin rather than /usr/local/bin.
Diffstat (limited to 'CVSROOT/logcheck')
-rwxr-xr-x | CVSROOT/logcheck | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CVSROOT/logcheck b/CVSROOT/logcheck index 85940acd3da5..b2c4b3594d41 100755 --- a/CVSROOT/logcheck +++ b/CVSROOT/logcheck @@ -1,6 +1,6 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl # -# $Id: logcheck,v 1.1 1997/06/08 02:18:37 peter Exp $ +# $Id: logcheck,v 1.2 1997/06/08 16:56:46 peter Exp $ # # This hack is to sanitise the results of what the user may have # "done" while editing the commit log message.. :-) Peter Wemm. |