From: Don Armstrong Date: Sat, 31 Dec 2005 06:58:50 +0000 (+0000) Subject: add newlines to output in stodo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=29cd05848bac58f4bbed496c633d077f1739880b;p=bin.git add newlines to output in stodo --- diff --git a/stodo b/stodo index 10757c3..e987c3a 100755 --- a/stodo +++ b/stodo @@ -100,7 +100,7 @@ my $base_dir = dirname($tododb); my $tododb_name = basename($tododb); if (not -e "$base_dir/.svn") { - print "$base_dir/.svn doesns't exist, not commiting" unless $options{quiet}; + print "$base_dir/.svn doesns't exist, not commiting\n" unless $options{quiet}; exit 0; } @@ -123,7 +123,7 @@ if (not defined $svn_host and $url_type ne 'file') { if ($url_type ne 'file') { qx(ping -q -c 3 $svn_host >/dev/null 2>&1); if ($? != 0) { - print "Unable to ping $svn_host" unless $options{quiet}; + print "Unable to ping $svn_host\n" unless $options{quiet}; exit 0 unless $options{simulate}; } }