Skip to content

Commit

Permalink
src/winusb: Silent the confusing "/usr/bin/woeusb: line XXX: XXXXX Te…
Browse files Browse the repository at this point in the history
…rminated" message

Related-GitHub-issue: #30
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 12, 2017
1 parent d63d50f commit 2747b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/woeusb
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ pulse(){
util_check_function_parameters_quantity 1 $#
if [ "$only_for_gui" -eq 1 ]; then
if [ ! "$pulse_current_pid" -eq 0 ]; then
kill "$pulse_current_pid"
kill "$pulse_current_pid" >/dev/null
#wait "$pulse_current_pid"
pulse_current_pid=0
fi
Expand Down

0 comments on commit 2747b98

Please sign in to comment.