diff --git a/buildconf b/buildconf index d485e0664fd..1fad4f7fea0 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..."