From d9bf422f1247fe2287e0411efdbee686749cc6ce Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 23 Aug 1999 22:43:18 +0000 Subject: don't print out error message --- buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index d306f8fd4a..b5091e4c45 100755 --- a/buildconf +++ b/buildconf @@ -6,7 +6,7 @@ supplied_flag=$1 if test "$1" = "--force"; then shift # this is a posix correct "test -nt" -elif test "`ls -t buildconf buildconf.stamp|head -1`" != "buildconf"; then +elif test "`ls -t buildconf buildconf.stamp 2>/dev/null |head -1`" != "buildconf"; then : else echo "buildconf: checking installation..." -- cgit v1.2.1