This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git
The following commit(s) were added to refs/heads/master by this push:
new 4a52bc7 [HOP-3104] - Reduce terminal spam in Windows bat files. (#954)
4a52bc7 is described below
commit 4a52bc79383c1d13a664750f61d4367aab6073e8
Author: Brandon Jackson <[email protected]>
AuthorDate: Tue Jul 20 16:54:34 2021 -0500
[HOP-3104] - Reduce terminal spam in Windows bat files. (#954)
---
assemblies/static/src/main/resources/hop-conf.bat | 1 +
assemblies/static/src/main/resources/hop-encrypt.bat | 1 +
assemblies/static/src/main/resources/hop-gui.bat | 1 +
assemblies/static/src/main/resources/hop-import.bat | 1 +
assemblies/static/src/main/resources/hop-run.bat | 1 +
assemblies/static/src/main/resources/hop-search.bat | 1 +
assemblies/static/src/main/resources/hop-server.bat | 1 +
assemblies/static/src/main/resources/hop-translator.bat | 1 +
8 files changed, 8 insertions(+)
diff --git a/assemblies/static/src/main/resources/hop-conf.bat
b/assemblies/static/src/main/resources/hop-conf.bat
index 5a7af10..6fccb0f 100644
--- a/assemblies/static/src/main/resources/hop-conf.bat
+++ b/assemblies/static/src/main/resources/hop-conf.bat
@@ -1,3 +1,4 @@
+echo off
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
diff --git a/assemblies/static/src/main/resources/hop-encrypt.bat
b/assemblies/static/src/main/resources/hop-encrypt.bat
index a5c737f..7c4b62b 100644
--- a/assemblies/static/src/main/resources/hop-encrypt.bat
+++ b/assemblies/static/src/main/resources/hop-encrypt.bat
@@ -1,3 +1,4 @@
+echo off
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
diff --git a/assemblies/static/src/main/resources/hop-gui.bat
b/assemblies/static/src/main/resources/hop-gui.bat
index e39937f..b83c97d 100755
--- a/assemblies/static/src/main/resources/hop-gui.bat
+++ b/assemblies/static/src/main/resources/hop-gui.bat
@@ -1,3 +1,4 @@
+echo off
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
diff --git a/assemblies/static/src/main/resources/hop-import.bat
b/assemblies/static/src/main/resources/hop-import.bat
index 48360bb..6db6dbf 100644
--- a/assemblies/static/src/main/resources/hop-import.bat
+++ b/assemblies/static/src/main/resources/hop-import.bat
@@ -1,3 +1,4 @@
+echo off
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
diff --git a/assemblies/static/src/main/resources/hop-run.bat
b/assemblies/static/src/main/resources/hop-run.bat
index 3a8ad43..bafb26a 100755
--- a/assemblies/static/src/main/resources/hop-run.bat
+++ b/assemblies/static/src/main/resources/hop-run.bat
@@ -1,3 +1,4 @@
+echo off
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
diff --git a/assemblies/static/src/main/resources/hop-search.bat
b/assemblies/static/src/main/resources/hop-search.bat
index fed0948..e8d6d49 100644
--- a/assemblies/static/src/main/resources/hop-search.bat
+++ b/assemblies/static/src/main/resources/hop-search.bat
@@ -1,3 +1,4 @@
+echo off
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
diff --git a/assemblies/static/src/main/resources/hop-server.bat
b/assemblies/static/src/main/resources/hop-server.bat
index 315cf6f..098af93 100644
--- a/assemblies/static/src/main/resources/hop-server.bat
+++ b/assemblies/static/src/main/resources/hop-server.bat
@@ -1,3 +1,4 @@
+echo off
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
diff --git a/assemblies/static/src/main/resources/hop-translator.bat
b/assemblies/static/src/main/resources/hop-translator.bat
index 66121b5..cc8daf3 100644
--- a/assemblies/static/src/main/resources/hop-translator.bat
+++ b/assemblies/static/src/main/resources/hop-translator.bat
@@ -1,3 +1,4 @@
+echo off
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with