p4raw-id: //depot/perl@14642
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Mon Feb 11 00:20:30 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Mon Feb 11 17:45:48 EET 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
$touch blurfl
if $ln -s blurfl sym > /dev/null 2>&1 ; then
echo "Symbolic links are supported." >&4
- lns="$ln -s"
+ lns="$ln$_exe -s"
else
echo "Symbolic links are NOT supported." >&4
lns="$ln"
: determine whether symbolic links are supported
echo " "
case "$lns" in
-*"ln$_exe -s")
+*"ln"*" -s")
echo "Checking how to test for symbolic links..." >&4
$lns blurfl sym
if $test "X$issymlink" = X; then