From: short <> Date: Mon, 17 Jun 2002 02:57:24 +0000 (+0000) Subject: Cosmetic fix to prevent confusing "do_failed=false" message in the output X-Git-Tag: bp_liverpm~142 X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=156461d5f7776c9afad664af528be5456fb4e4cb Cosmetic fix to prevent confusing "do_failed=false" message in the output --- diff --git a/bin/vellumweb-build b/bin/vellumweb-build index 2b3da67..f8f0a2a 100755 --- a/bin/vellumweb-build +++ b/bin/vellumweb-build @@ -63,8 +63,8 @@ M7JV6^>8I7RT+HZKX8DJVK2S*2_UIE62U4WLK=^Y%O9,V*;2IZY/>O!^5.)YG end EOF -set -ex ( +set -ex pushd $httpd ./configure --prefix=$prefix @@ -123,7 +123,6 @@ pushd $httpd make install popd -set +x echo "success." ) 2>&1|tee errs do_failed=false