diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-05-20 23:08:40 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-05-20 23:08:40 +0000 |
commit | ea7d701d8a9efe1ba3e2127e0a97460c9f0c134c (patch) | |
tree | 428084f5a18f12438fe8969ec8a3a1fe842407bd /Configure | |
parent | 7f6f358c56bfa8125e150dbfb3ff2d549c2768cd (diff) | |
download | perl-ea7d701d8a9efe1ba3e2127e0a97460c9f0c134c.tar.gz |
Oops. Fix bad #! lines when not using userelocatableinc
p4raw-id: //depot/perl@28263
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=".../.." |