summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-05-20 23:08:40 +0000
committerNicholas Clark <nick@ccl4.org>2006-05-20 23:08:40 +0000
commitea7d701d8a9efe1ba3e2127e0a97460c9f0c134c (patch)
tree428084f5a18f12438fe8969ec8a3a1fe842407bd /Configure
parent7f6f358c56bfa8125e150dbfb3ff2d549c2768cd (diff)
downloadperl-ea7d701d8a9efe1ba3e2127e0a97460c9f0c134c.tar.gz
Oops. Fix bad #! lines when not using userelocatableinc
p4raw-id: //depot/perl@28263
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 72045a3443..831ef123fd 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=".../.."