Author: danielsh
Date: Sat May 21 14:59:41 2011
New Revision: 1125722
URL: http://svn.apache.org/viewvc?rev=1125722&view=rev
Log:
* tools/dist/backport.pl: Remove debugging statement.
Modified:
subversion/trunk/tools/dist/backport.pl
Modified: subversion/trunk/tools/dist/backport.pl
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/dist/backport.pl?rev=1125722&r1=1125721&r2=1125722&view=diff
==============================================================================
--- subversion/trunk/tools/dist/backport.pl (original)
+++ subversion/trunk/tools/dist/backport.pl Sat May 21 14:59:41 2011
@@ -96,7 +96,7 @@ $SVN rm $BRANCHES/$entry{branch}\
-m "Remove the '$entry{branch}' branch, reintegrated in
r\$reinteg_rev."
EOF
- open SHELL, '|-', qw#/bin/cat# or die $!;
+ open SHELL, '|-', qw#/bin/sh -x# or die $!;
print SHELL $script;
close SHELL or warn "$0: sh($?): $!";