summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-23 18:47:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-23 18:47:17 +0000
commit922364514242cb49b604e24045028a5765a97533 (patch)
treed584219488a3666c7ac1c214177b29692ebb09be /Configure
parentd13a65216c1a6a5afb5e1a7f9ad5ee9debce75d7 (diff)
downloadperl-922364514242cb49b604e24045028a5765a97533.tar.gz
Better to "quote" the pathname.
p4raw-id: //depot/perl@13216
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Configure b/Configure
index a3246da485..9f365b425d 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Fri Nov 23 21:31:36 EET 2001 [metaconfig 3.0 PL70]
+# Generated on Fri Nov 23 21:46:25 EET 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -11521,7 +11521,7 @@ case "$d_readlink" in
$ls -l /proc/self/exe > reflect
if $contains /`basename $ls` reflect >/dev/null 2>&1; then
echo "You have Linux-like /proc/self/exe."
- procselfexe=/proc/self/exe
+ procselfexe='"/proc/self/exe"'
val="$define"
break
fi
@@ -11530,7 +11530,7 @@ case "$d_readlink" in
$ls -l /proc/curproc/file > reflect
if $contains /`basename $ls` reflect >/dev/null 2>&1; then
echo "You have BSD-like /proc/curproc/file."
- procselfexe=/proc/curproc/file
+ procselfexe='"/proc/curproc/file"'
val="$define"
break
fi