From 7d94163380d43fa609681f6081e2d603e56f8e71 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Sun, 19 Jun 2016 01:59:52 +0200 Subject: sboconfig: remove unneeded "early" return --- sboconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sboconfig b/sboconfig index 708310e..bd6c76f 100755 --- a/sboconfig +++ b/sboconfig @@ -167,7 +167,7 @@ sub config_write { warn $conffh; exit $exit; } - print {$conffh} $contents or return(); + print {$conffh} $contents; } else { # no config file, easiest case of all. my ($fh, $exit) = open_fh($conf_file, '>'); -- cgit v1.2.3