From fbf963a7daba8923a74992c3614015ecd705dff7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 25 Aug 2011 13:21:39 +0200 Subject: [PATCH] copy_addon_file(): do not be verbose to the user, but send it to the log instead --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grml-live b/grml-live index e983f42..4d4722a 100755 --- a/grml-live +++ b/grml-live @@ -233,7 +233,7 @@ copy_addon_file() { return $? fi if [ -e "$2/$1" ]; then - echo "Copying $1 from system" + log "Copying $1 from system" cp "$2/$1" "${BUILD_OUTPUT}/boot/$3/" return $? fi -- 2.1.4