From 999cac5202cddabe40afddb3cda72d541ca37afe Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 14 Apr 2004 09:11:14 +0000 Subject: [PATCH] Clifford Wolf: postflist_static_lib(): don't use echo_status when output is already redirected to build log. [2004041121504800323] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2748 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions b/scripts/functions index dd6250e46..0e44853b1 100644 --- a/scripts/functions +++ b/scripts/functions @@ -273,7 +273,7 @@ function run_check() { # inside the .la file # postflist_static_lib() { - echo_status "processing static lib corrections ..." + echo "processing static lib corrections ..." egrep '^lib/.*\.(a|la)$' $builddir/flist.txt | while read fn ; do [ -e $root/$fn -o -L $root/$fn ] || continue