diff options
author | Stig Bakken <ssb@php.net> | 1999-07-24 14:54:24 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-07-24 14:54:24 +0000 |
commit | 24eb90c524e36e9bbdfda0cced94bf239ee026ec (patch) | |
tree | 51dbe35e46d3a13b772c28ed6b5eee0e003d2c00 /buildconf | |
parent | ae64b9096effab63dbd80b5a7df072df5235766b (diff) | |
download | php-git-24eb90c524e36e9bbdfda0cced94bf239ee026ec.tar.gz |
Solaris 7 fix
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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..." |