diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-10-17 16:30:42 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-10-17 16:30:42 +0000 |
commit | 4a84379786ec290e393b8b047c07e0da55364a36 (patch) | |
tree | 63c3aba6b8f7c72990c6060bc44a53aab51a5c32 /common | |
parent | 92b6bb5f81aedd038238256d9d1404ca583e6d7a (diff) | |
download | drakwizard-4a84379786ec290e393b8b047c07e0da55364a36.tar drakwizard-4a84379786ec290e393b8b047c07e0da55364a36.tar.gz drakwizard-4a84379786ec290e393b8b047c07e0da55364a36.tar.bz2 drakwizard-4a84379786ec290e393b8b047c07e0da55364a36.tar.xz drakwizard-4a84379786ec290e393b8b047c07e0da55364a36.zip |
(commit) add a FIXME note
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"; } |