]> granicus.if.org Git - php/commitdiff
Need to test for directory.
authorAndrey Hristov <andrey@php.net>
Mon, 14 Jun 1999 15:05:55 +0000 (15:05 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 14 Jun 1999 15:05:55 +0000 (15:05 +0000)
buildconf

index 0a7c4f571246f103c4d1de91238788c0cff07cae..03c25ffc804f7aebd819e9ffb55c994c9decaa0a 100755 (executable)
--- 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