]> git.donarmstrong.com Git - lilypond.git/blobdiff - smart-autogen.sh
Web-ja: update introduction
[lilypond.git] / smart-autogen.sh
index 6f4525dac19da80fea2617d4872e640ee2c9953b..77412123cc4936a69deaef737eb9d4d2612aa49a 100755 (executable)
@@ -11,6 +11,5 @@ if test `cat $CHECKSUM_FILE`"" = "$AUTOGEN_INPUT_CHECKSUM"; then
   exit 0
 fi
 
-set -e
-${srcdir}/autogen.sh "$@"
+( set +ux; echo Invoking autogen.sh...; ${srcdir}/autogen.sh "$@" ) || exit 1
 printf "%s" $AUTOGEN_INPUT_CHECKSUM > $CHECKSUM_FILE