From 35941a42cc8523b14b2cb193c8e5fc1758f8b0e2 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Sun, 4 Dec 2011 22:54:52 +0900 Subject: fix test, and use standard lib for output. --- pbuilder-modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbuilder-modules') diff --git a/pbuilder-modules b/pbuilder-modules index 22eaafe..9b9cca0 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -576,7 +576,7 @@ function conditional_cp_a() { if [ "${parent_dir}" != "${target_dir}" ]; then "$cp" -a "$source_file" "$target_dir" else - echo "I: file ${source_file} is already in target, not copying." + log "I: file ${source_file} is already in target, not copying." fi } -- cgit v1.2.3