aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsboconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboconfig b/sboconfig
index be17718..af5de7a 100755
--- a/sboconfig
+++ b/sboconfig
@@ -52,7 +52,7 @@ show_version () and exit (0) if exists $options{v};
if (exists $options{l}) {
my @keys = sort {$a cmp $b} keys %config;
for my $key (@keys) {
- print $config{$key}=$config{$value},"\n";
+ print "$key=$config{$key}\n";
}
}