From ea7d701d8a9efe1ba3e2127e0a97460c9f0c134c Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 20 May 2006 23:08:40 +0000 Subject: [PATCH] Oops. Fix bad #! lines when not using userelocatableinc p4raw-id: //depot/perl@28263 --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=".../.." -- 2.7.4