From: Hugo Villeneuve Date: Mon, 23 Mar 2026 19:31:06 +0000 (-0400) Subject: hvsp: mask stdout when compiling X-Git-Url: http://gitweb.hugovil.com/sitemap.xml?a=commitdiff_plain;h=1f66a243e32ff568e8aa91feab40148cd2a35699;p=hvutilities.git hvsp: mask stdout when compiling Signed-off-by: Hugo Villeneuve --- diff --git a/scripts/kernel-send-patches.sh b/scripts/kernel-send-patches.sh index a65322d..74d3110 100755 --- a/scripts/kernel-send-patches.sh +++ b/scripts/kernel-send-patches.sh @@ -368,9 +368,9 @@ COMPILE_CMD EOF if [ x"${init_cmd}" != x"" ]; then - sed -i -e "s@.*INIT_CMD@${init_cmd}@" ${compile_script} + sed -i -e "s@.*INIT_CMD@${init_cmd} 1>/dev/null@" ${compile_script} fi - sed -i -e "s@COMPILE_CMD@${compile_cmd}@" ${compile_script} + sed -i -e "s@COMPILE_CMD@${compile_cmd} 1>/dev/null@" ${compile_script} chmod u+x ${compile_script} # Create temporary branch for compilation, based on compile_branch: