[pacman-dev] [PATCH] Remove message; pollutes .SCRINFO files

Que Quotion quequotion at gmail.com
Mon Nov 5 16:23:31 UTC 2018


From: Que Quotion <quequotion at gmail.com>

Signed-off-by: Que Quotion <quequotion at gmail.com>
---
 scripts/libmakepkg/executable.sh.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/scripts/libmakepkg/executable.sh.in b/scripts/libmakepkg/executable.sh.in
index 57953600..6328effc 100644
--- a/scripts/libmakepkg/executable.sh.in
+++ b/scripts/libmakepkg/executable.sh.in
@@ -36,8 +36,6 @@ done
 readonly -a executable_functions
 
 check_software() {
-	msg "$(gettext "Checking for needed software...")"
-
 	local ret=0
 
 	for func in ${executable_functions[@]}; do
@@ -45,5 +43,4 @@ check_software() {
 	done
 
 	return $ret
-
 }
-- 
2.19.1


More information about the pacman-dev mailing list