[Pkg-octave-commit] rev 885 - utils

Rafael Laboissiere rafael at alioth.debian.org
Fri Mar 30 18:55:05 UTC 2007


Author: rafael
Date: 2007-03-30 17:55:05 +0000 (Fri, 30 Mar 2007)
New Revision: 885

Modified:
   utils/svn-commit-version
Log:
Print newline before echoing commands


Modified: utils/svn-commit-version
===================================================================
--- utils/svn-commit-version	2007-03-30 17:54:03 UTC (rev 884)
+++ utils/svn-commit-version	2007-03-30 17:55:05 UTC (rev 885)
@@ -20,7 +20,7 @@
 
 sub run {
   my $cmd = shift;
-  print "$cmd\n";
+  print "\n$cmd\n";
   if (not $dry_run) {
     system ($cmd) == 0
       or dieif (1, q{Cannot run "} . join (" ", (split (" ", $cmd))[0..1])




More information about the Pkg-octave-commit mailing list