]> granicus.if.org Git - php/commitdiff
Solaris 7 fix
authorStig Bakken <ssb@php.net>
Sat, 24 Jul 1999 14:54:24 +0000 (14:54 +0000)
committerStig Bakken <ssb@php.net>
Sat, 24 Jul 1999 14:54:24 +0000 (14:54 +0000)
buildconf

index d485e0664fd7227df481b2759851778e5b4ffe03..1fad4f7fea014b3d2af2ca6010e88b2714228f4f 100755 (executable)
--- 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..."