Skip to content

Commit

Permalink
woeusb: pulse: Fix parameter reference bug
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Nov 2, 2017
1 parent 6c6ac4d commit a141a05
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 @@ -1632,7 +1632,7 @@ trigger_wxGenericProgressDialog_pulse(){
return 0
fi

case "$1" in
case "${switch}" in
on)
# Don't do anything if it is already turned on
if [ "${pulse_current_pid}" -ne 0 ]; then
Expand Down

0 comments on commit a141a05

Please sign in to comment.