This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The URL for the dist source repo changed
[metaconfig.git] / U / modified / lns.U
index 4b9086c..2c3bf26 100644 (file)
@@ -31,7 +31,7 @@ echo " "
 $touch blurfl
 if $ln -s blurfl sym > /dev/null 2>&1 ; then
        echo "Symbolic links are supported." >&4
-       lns="$ln$_exe -s"
+       lns="$ln -s"
 else
        echo "Symbolic links are NOT supported." >&4
        lns="$ln"