add a space so odd stuff does not happen with wrapping

master
Zane C. B-H 4 years ago
parent c9fb1a9d28
commit 1e9fc8cc93

@ -447,7 +447,7 @@ sub run{
}
if ( $key =~ /^environ$/ ){
$value=join( color( $self->{environ} ).','.color('reset') , @{ $proc->{environ} } );
$value=join( color( $self->{environ} ).', '.color('reset') , @{ $proc->{environ} } );
if ( !defined( $value ) ){
$value='';
}

Loading…
Cancel
Save