summaryrefslogtreecommitdiff
path: root/ucf
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@golden-gryphon.com>2015-08-16 11:54:21 -0700
committerManoj Srivastava <srivasta@debian.org>2015-11-13 12:55:08 -0800
commitbb45d2e605cee1833c257b42781fbefa6927ba16 (patch)
tree39025da2bac7a473da3b5adab4cb1d4c0f67ea48 /ucf
parent8844047a55ef22f53d5ac8f002053a4337e6e30c (diff)
Do not spit diagnostics to STDOUT
This commit redirects verbose diagostic messages to STDERR, and thus no longer confuses debconf. Closes: Bug#762857 Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
Diffstat (limited to 'ucf')
-rwxr-xr-xucf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucf b/ucf
index 1d9c23d..a5abe1e 100755
--- a/ucf
+++ b/ucf
@@ -528,7 +528,7 @@ cached_file=$(echo $dest_file | tr / :)
######################################################################
if [ $DEBUG -gt 0 ]; then
- cat <<EOF
+ cat >&2 <<EOF
The new start file is \`$new_file\'
The destination is \`$dest_file\' (\`$safe_dest_file\')
The history is kept under \'$source_dir\'