summaryrefslogtreecommitdiff
path: root/mcon
diff options
context:
space:
mode:
Diffstat (limited to 'mcon')
-rw-r--r--mcon/U/lns.U3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcon/U/lns.U b/mcon/U/lns.U
index d2475df..453716d 100644
--- a/mcon/U/lns.U
+++ b/mcon/U/lns.U
@@ -19,7 +19,7 @@
?X: We can't rely on d_symlink because that may be listed in the
?X: C library but unimplemented.
?X:
-?MAKE:lns: ln rm test
+?MAKE:lns: ln rm touch test
?MAKE: -pick add $@ %<
?S:lns:
?S: This variable holds the name of the command to make
@@ -29,6 +29,7 @@
: determine whether symbolic links are supported
echo " "
$rm -f blurfl sym
+$touch blurfl
if $ln -s blurfl sym > /dev/null 2>&1 && $test -f sym; then
echo "Symbolic links are supported." >&4
lns="$ln -s"