diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-29 00:22:48 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-29 00:22:48 +0200 |
commit | 1099ff3c54a3e93b465a988294c3d0d6d8b4138d (patch) | |
tree | 1f3107cd4aac00df62883403ec1b42548a7107a1 | |
parent | edaefeee027d652d0c9f0be56d20d66249bc8941 (diff) | |
download | sbotools2-1099ff3c54a3e93b465a988294c3d0d6d8b4138d.tar.xz |
sbocheck: remove redundant check
-rwxr-xr-x | sbocheck | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ sub print_output { my ($log_fh, $exit) = open_fh($logfile, '>'); # non-fatal if ($exit) { - warn $log_fh if $exit; + warn $log_fh; } else { say {$log_fh} $_ for @listing; close $log_fh; |