This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit 45e38303dc7beddfce761888884da73b4465c762
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 30 23:31:56 2021 +0000

    Add exit status
---
 webui/js/source/build.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/webui/js/source/build.sh b/webui/js/source/build.sh
index dbc8b4a..afb75d9 100755
--- a/webui/js/source/build.sh
+++ b/webui/js/source/build.sh
@@ -43,6 +43,4 @@ for f in `ls ../../*.html`; do
     perl -0pe 's/\?revision=[a-f0-9]+/?revision='${JS_REV}'/smg' ${f} > 
${f}.tmp && mv ${f}.tmp ${f}
 done
 
-git status
-echo "Done!"
-
+git diff --exit-code

Reply via email to