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;
}
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};
}
}