[Rt-commit] r5953 - in commitbit: .
jesse at bestpractical.com
jesse at bestpractical.com
Sat Sep 16 16:32:25 EDT 2006
Author: jesse
Date: Sat Sep 16 16:32:24 2006
New Revision: 5953
Modified:
commitbit/ (props changed)
commitbit/lib/CommitBit/Model/Repository.pm
Log:
r27573 at pinglin: jesse | 2006-09-16 21:32:21 +0100
typos!
Modified: commitbit/lib/CommitBit/Model/Repository.pm
==============================================================================
--- commitbit/lib/CommitBit/Model/Repository.pm (original)
+++ commitbit/lib/CommitBit/Model/Repository.pm Sat Sep 16 16:32:24 2006
@@ -277,7 +277,7 @@
sub run_cmd {
my $self = shift;
- system(@_) || die $!;
+ system(@_) || die "Could not execute ".join(' ', @_), ": ". $!;
}
More information about the Rt-commit
mailing list