diff --git a/contrib/nightly/test_tarball.sh b/contrib/nightly/test_tarball.sh index 232c0b6d99..e2ca80eca7 100755 --- a/contrib/nightly/test_tarball.sh +++ b/contrib/nightly/test_tarball.sh @@ -146,12 +146,9 @@ find_program() { if test -z "$prog"; then am_done=1 else - which $prog - echo status: $? not_found="`which $prog 2>&1 | egrep '^no'`" which $prog > /dev/null 2>&1 if test "$?" = "0" -a -z "$not_found"; then - echo found: $prog str="$var=$prog" eval $str am_done=1 @@ -221,11 +218,17 @@ fi md5_file="`grep $version.tar.gz $md5_checksums`" find_program md5sum md5sum if test -z "$md5sum"; then - echo "WARNING: could not find md5sum executable" - echo "WARNING: proceeding anyway..." + cat > $logdir/05_md5sum_warning.txt < $logdir/05_md5sum_warning.txt < $logdir/05_md5sum_warning.txt < $logdir/05_md5sum_warning.txt <