]> Untitled Git - hvutilities.git/commitdiff
hvsp: mask stdout when compiling
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 23 Mar 2026 19:31:06 +0000 (15:31 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 23 Mar 2026 19:35:07 +0000 (15:35 -0400)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
scripts/kernel-send-patches.sh

index a65322d5ec1b2e66a9efc16d91e164dbe078b49f..74d3110e699c4a7655768ac829237a9e8142e0e2 100755 (executable)
@@ -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: