summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-06-14 15:05:55 +0000
committerAndrey Hristov <andrey@php.net>1999-06-14 15:05:55 +0000
commit215a88ade1aee74546ccb893dc6bd6e87d237bed (patch)
tree691ceb5305d8e40ecd6171bbaaae5e30efaee157 /buildconf
parenta916379c21efad81a3125a6ebfd9d04a578eb1ba (diff)
downloadphp-git-215a88ade1aee74546ccb893dc6bd6e87d237bed.tar.gz
Need to test for directory.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
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