diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/Varspaceval.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Varspaceval.pm b/common/Varspaceval.pm index feef189d..f74bf4fe 100644 --- a/common/Varspaceval.pm +++ b/common/Varspaceval.pm @@ -67,6 +67,7 @@ sub commit { } else { #the file does not exist print STDERR "File $file will be created\n"; + # FIXME: why "=" here but " " just above? foreach (keys %$hash) { $output .= defined $hash->{$_} ? $_ . "=" . $hash->{$_} . "\n" : $_ . "=\n"; } |