[Bps-public-commit] r18829 - in TAP-Harness-Remote: .
alexmv at bestpractical.com
alexmv at bestpractical.com
Tue Mar 17 18:06:35 EDT 2009
Author: alexmv
Date: Tue Mar 17 18:06:34 2009
New Revision: 18829
Modified:
TAP-Harness-Remote/ (props changed)
TAP-Harness-Remote/lib/TAP/Harness/Remote.pm
Log:
r43328 at kohr-ah: chmrr | 2009-03-17 18:05:59 -0400
Fix for empty env section
Modified: TAP-Harness-Remote/lib/TAP/Harness/Remote.pm
==============================================================================
--- TAP-Harness-Remote/lib/TAP/Harness/Remote.pm (original)
+++ TAP-Harness-Remote/lib/TAP/Harness/Remote.pm Tue Mar 17 18:06:34 2009
@@ -189,7 +189,7 @@
unless ref $self->{remote_config}{rsync_args};
# Defaults for env
- $self->{env} ||= {};
+ $self->{remote_config}{env} ||= {};
}
=head2 remote_config KEY
More information about the Bps-public-commit
mailing list