Skip to content

Commit

Permalink
Fix over-active alerting
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- committed Aug 10, 2015
1 parent 8fde4b7 commit f6aec42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildkernel
Original file line number Diff line number Diff line change
Expand Up @@ -2028,6 +2028,8 @@ process_command_line_options() {
fi
if ((ARG_ALERT==1)); then
ALERTFLAG="--alert"
else
suppress_alert
fi
internal_consistency_option_checks
# process 'perform-then-exit' options
Expand Down

0 comments on commit f6aec42

Please sign in to comment.