From 9d9ec4886da9090ed43e1b6781ade131ff33e500 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 27 May 1998 21:24:18 -0700
Subject: [PATCH] may now work

Rev: src/Makefile.in:1.94
---
 src/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 37eadae3ef..6491aeb2f6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.in,v 1.93 1998/05/27 22:55:18 hubbe Exp $
+# $Id: Makefile.in,v 1.94 1998/05/28 04:24:18 hubbe Exp $
 #
 
 # This line is needed on some machines.
@@ -351,7 +351,7 @@ lib: $(LIBDIR_SRC)/master.pike.in Makefile
 	done
 	@if [ -d share/. ]; then : ; else \
 	  echo "Creating symlink ./share"; \
-	  if [ "x`ls share 2>&1`" = "x" ]; then \
+	  if [ "x`ls share 2>&1 || :`" = "x" ]; then \
 	    echo "Renaming share to share.old"; \
 	    mv share share.old || exit 1; \
 	  else : ; fi; \
-- 
GitLab