summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-07-24 14:54:24 +0000
committerStig Bakken <ssb@php.net>1999-07-24 14:54:24 +0000
commit24eb90c524e36e9bbdfda0cced94bf239ee026ec (patch)
tree51dbe35e46d3a13b772c28ed6b5eee0e003d2c00 /buildconf
parentae64b9096effab63dbd80b5a7df072df5235766b (diff)
downloadphp-git-24eb90c524e36e9bbdfda0cced94bf239ee026ec.tar.gz
Solaris 7 fix
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index d485e0664f..1fad4f7fea 100755
--- a/buildconf
+++ b/buildconf
@@ -3,7 +3,7 @@
# do some version checking for the tools we use
if test "$1" = "--force"; then
shift
-elif test -e buildconf.stamp ; then
+elif test -r buildconf.stamp ; then
:
else
echo "buildconf: checking installation..."