Subject: | [PATCH] for RT#91745 |
Subject: | Alien-RRDtool-0.05__RT91745.patch |
diff -Naur Alien-RRDtool-0.05/inc/MyBuilder.pm Alien-RRDtool-0.05_NEW/inc/MyBuilder.pm
--- Alien-RRDtool-0.05/inc/MyBuilder.pm 2013-03-31 10:29:26.000000000 -0400
+++ Alien-RRDtool-0.05_NEW/inc/MyBuilder.pm 2014-01-19 11:16:05.593795271 -0500
@@ -24,7 +24,7 @@
sub xsystem {
my(@args) = @_;
print "->> ", join(' ', @args), "\n";
- system(@args) == 0 or croak "Failed to system(@args): $!";
+ system(@args) == 0 or croak "Failed to system(@args)";
}
sub ACTION_manpages {