diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2011-12-04 22:54:52 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2011-12-04 23:05:22 +0900 |
commit | 35941a42cc8523b14b2cb193c8e5fc1758f8b0e2 (patch) | |
tree | a1a65a50fa735e7d5e6f430092e162d4e2d10d54 /pbuilder-modules | |
parent | d135eddad3ad47fcd12d710776e177844b3fdd45 (diff) | |
download | pbuilder-35941a42cc8523b14b2cb193c8e5fc1758f8b0e2.tar pbuilder-35941a42cc8523b14b2cb193c8e5fc1758f8b0e2.tar.gz |
fix test, and use standard lib for output.
Diffstat (limited to 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |