1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Need to test for directory.

This commit is contained in:
Andrey Hristov
1999-06-14 15:05:55 +00:00
parent a916379c21
commit 215a88ade1

View File

@@ -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