add a space so odd stuff does not happen with wrapping

This commit is contained in:
Zane C. B-H 2019-09-03 23:49:49 -05:00
parent c9fb1a9d28
commit 1e9fc8cc93
1 changed files with 1 additions and 1 deletions

View File

@ -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='';
}