diff options
author | Mark Bixby <mark@bixby.org> | 1998-07-17 03:37:49 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-19 07:01:33 +0000 |
commit | 203df805b70102c8e0cec92be7f5eef686d2a3e0 (patch) | |
tree | 901c601d049484620090160ed3894f1eecf71e9d /hints | |
parent | 83673e1fb880f2e546063a9710b0d81cf62abf33 (diff) | |
download | perl-203df805b70102c8e0cec92be7f5eef686d2a3e0.tar.gz |
MPE/iX hints and readme tweaks
Message-Id: <199807171737.KAA06967@spock.dis.cccd.edu>
p4raw-id: //depot/perl@1562
Diffstat (limited to 'hints')
-rw-r--r-- | hints/mpeix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/mpeix.sh b/hints/mpeix.sh index de3adcaa8d..4a32b77fa2 100644 --- a/hints/mpeix.sh +++ b/hints/mpeix.sh @@ -33,7 +33,7 @@ man1dir="$prefix/man/man1" man3dir="$prefix/man/man3" perlpath="$prefix/PERL" scriptdir="$prefix" -startperl="#!$perlpath" +startperl="#!$prefix/perl" startsh='#!/bin/sh' # # Compiling. |