diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-02-03 12:41:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-02-03 12:41:51 +0000 |
commit | f6538904d445913b429d2c3d069713b27d124dec (patch) | |
tree | bda25f08b5d4f059fd47c3888b135c375f45da9b /Configure | |
parent | 3ffa152759d1d5d220b783e0d587e418401204fb (diff) | |
download | perl-f6538904d445913b429d2c3d069713b27d124dec.tar.gz |
Duh, test -e ENOPORTABLE, I should've remembered that.
(Made Solaris go boom.)
p4raw-id: //depot/perl@18644
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sun Feb 2 17:04:58 EET 2003 [metaconfig 3.0 PL70] +# Generated on Mon Feb 3 15:49:19 EET 2003 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -47,7 +47,7 @@ true || exec sh $0 $argv:q (exit $?0) || exec sh $0 $argv:q rm -f c1$$ c2$$ -if test -e /dev/cputype -a -e /dev/drivers -a -e /dev/osversion -a -e /dev/bintime; then +if test -f /dev/cputype -a -f /dev/drivers -a -f /dev/osversion; then cat >&4 <<EOF *** *** I'm sorry but this system looks like Plan 9 and Plan 9 doesn't do |