From 215a88ade1aee74546ccb893dc6bd6e87d237bed Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 14 Jun 1999 15:05:55 +0000 Subject: [PATCH] Need to test for directory. --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconf b/buildconf index 0a7c4f5712..03c25ffc80 100755 --- a/buildconf +++ b/buildconf @@ -1,7 +1,7 @@ #!/bin/sh test -d libzend || ln -s ../libzend . -test -f TSRM || ln -s ../TSRM . +test -d TSRM || ln -s ../TSRM . ./scripts/preconfig -- 2.50.1