From 24eb90c524e36e9bbdfda0cced94bf239ee026ec Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sat, 24 Jul 1999 14:54:24 +0000 Subject: Solaris 7 fix --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconf') 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..." -- cgit v1.2.1