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

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

commit d31a784ef982921165944b2241b8a329cd369028
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Nov 21 20:51:50 2021 +0100

    global subst
---
 webui/js/source/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/js/source/build.sh b/webui/js/source/build.sh
index 31914e1..0a9917e 100755
--- a/webui/js/source/build.sh
+++ b/webui/js/source/build.sh
@@ -35,7 +35,7 @@ done
 # Adjust JS caches in .html
 for f in `ls ../../*.html`; do
     echo ${f}
-    perl -0pe 's/\?revision=[a-f0-9]+/?revision='${REVISION}'/sm' ${f} > 
${f}.tmp && mv ${f}.tmp ${f}
+    perl -0pe 's/\?revision=[a-f0-9]+/?revision='${REVISION}'/smg' ${f} > 
${f}.tmp && mv ${f}.tmp ${f}
 done
 echo "Done!"
 

Reply via email to