]> git.donarmstrong.com Git - bin.git/commitdiff
add newlines to output in stodo
authorDon Armstrong <don@donarmstrong.com>
Sat, 31 Dec 2005 06:58:50 +0000 (06:58 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sat, 31 Dec 2005 06:58:50 +0000 (06:58 +0000)
stodo

diff --git a/stodo b/stodo
index 10757c3d097194d69e4c8165f52852b24c022e6a..e987c3a13bf67d9a69acbbc2e18a446e4baf0e0e 100755 (executable)
--- 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};
      }
 }