diff options
author | Sascha Schumann <sas@php.net> | 1999-08-23 22:43:18 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-08-23 22:43:18 +0000 |
commit | d9bf422f1247fe2287e0411efdbee686749cc6ce (patch) | |
tree | e35c9cc6602b6965d4f74247e6d4e8d19a6805e4 /buildconf | |
parent | a05e8e7a759381aa9df744520bdc7daa503d2384 (diff) | |
download | php-git-d9bf422f1247fe2287e0411efdbee686749cc6ce.tar.gz |
don't print out error message
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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..." |