diff options
author | jb <jb@FreeBSD.org> | 2008-04-26 03:34:22 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2008-04-26 03:34:22 +0000 |
commit | 92d707013b4b15863635b679b0b8e7f9c1760158 (patch) | |
tree | 8b618cc3fe104ecf48966bde011835e1c73d34ab /cddl | |
parent | 1b79cc086162d82698d80bec910a50e9eaaebda6 (diff) | |
download | FreeBSD-src-92d707013b4b15863635b679b0b8e7f9c1760158.zip FreeBSD-src-92d707013b4b15863635b679b0b8e7f9c1760158.tar.gz |
Set the path to perl on FreeBSD.
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dstyle.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dstyle.pl b/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dstyle.pl index 1cbc34a..cb47c7c 100644 --- a/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dstyle.pl +++ b/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dstyle.pl @@ -1,4 +1,4 @@ -#!/usr/perl5/bin/perl +#!/usr/local/bin/perl # # CDDL HEADER START # |