From: Nicholas Clark Date: Sat, 20 May 2006 23:08:40 +0000 (+0000) Subject: Oops. Fix bad #! lines when not using userelocatableinc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea7d701d8a9efe1ba3e2127e0a97460c9f0c134c;p=p5sagit%2Fp5-mst-13.2.git Oops. Fix bad #! lines when not using userelocatableinc p4raw-id: //depot/perl@28263 --- diff --git a/Configure b/Configure index 72045a3..831ef12 100755 --- a/Configure +++ b/Configure @@ -6072,10 +6072,10 @@ esac set userelocatableinc eval $setvar +initialinstalllocation="$binexp" : Default prefix is now "up one level from where the binaries are" case "$userelocatableinc" in $define|true|[yY]*) - initialinstalllocation="$binexp" bin=".../" binexp=".../" prefix=".../.."