From: Sascha Schumann Date: Sat, 24 Jul 1999 00:46:47 +0000 (+0000) Subject: Bourne Shell does not have -nt. X-Git-Tag: php-4.0b2~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb2ab20a113b0f302e760e5ecd17304c13c9c9ba;p=php Bourne Shell does not have -nt. --- diff --git a/buildconf b/buildconf index 4c2b872525..d485e0664f 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 buildconf.stamp -nt buildconf ; then +elif test -e buildconf.stamp ; then : else echo "buildconf: checking installation..."