From: Que Quotion <[email protected]>

Signed-off-by: Que Quotion <[email protected]>
---
 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

Reply via email to