~cjwatson/debconf/dbus

« back to all changes in this revision

Viewing changes to debconf-communicate

  • Committer: cjwatson
  • Date: 2005-07-06 10:51:56 UTC
  • Revision ID: vcs-imports@canonical.com-20050706105156-c437c1142cd9ee5e
Clean up stray newlines in DEBCONF_DEBUG=developer debconf-communicate
output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
autoflush STDOUT 1;
60
60
 
61
61
while (<>) {
 
62
        chomp;
62
63
        my $ret=$confmodule->process_command($_);
63
64
        ($code, undef)=split(/ /, $ret, 2);
64
65
        print "$ret\n";