aboutsummaryrefslogtreecommitdiff
path: root/sboconfig
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-09-01 04:52:02 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-09-01 04:52:02 -0500
commit8b08c603ae79c145bc3b344f6dca4f0a95ed6201 (patch)
tree6a66d41cdae37e803a2c4a2dd724ea88e3208105 /sboconfig
parent22e595ded4d1bc5bf6b8987ffcdd0f522d1a1bd0 (diff)
downloadsbotools2-8b08c603ae79c145bc3b344f6dca4f0a95ed6201.tar.xz
more and more cleanups and fixes
Diffstat (limited to 'sboconfig')
-rwxr-xr-xsboconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboconfig b/sboconfig
index c181b29..27d3353 100755
--- a/sboconfig
+++ b/sboconfig
@@ -121,7 +121,7 @@ sub config_write ($$) {
}
while (my ($key, $value) = each %changes) {
- print "Setting $key to $value...\n";
+ say "Setting $key to $value...";
config_write $key, $value or warn "Unable to write to $conf_file\n";
}