diff options
author | Norton T. Allen <allen@huarp.harvard.edu> | 1999-07-28 09:03:00 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-28 17:43:40 +0000 |
commit | 9f50e519fad23cd50803caa085853e141c97cc3f (patch) | |
tree | c34961b9929686c03d5752ecf62e95f3291d8fa1 /Configure | |
parent | 4fd2534b499734f081b3cea3ff2bd5ac5dadb654 (diff) | |
download | perl-9f50e519fad23cd50803caa085853e141c97cc3f.tar.gz |
The QNX shell needs a couple more semicolons.
To: perl5-porters@perl.org
Subject: [ID 19990728.007] Patch:Configure _58 QNX
Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
plus silence metalint moanings on vendorprefix.
p4raw-id: //depot/cfgperl@3816
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sun Jul 25 17:05:01 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Wed Jul 28 20:32:22 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -12771,10 +12771,10 @@ find_extensions=' eval $find_extensions; cd ..; shift; - fi + fi; fi ;; - esac + esac; done' tdir=`pwd` cd $rsrc/ext |