Skip to content

Commit

Permalink
woeusb: process_cmdline_params: Fix creation method collision detecti…
Browse files Browse the repository at this point in the history
…on bug

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Nov 2, 2017
1 parent a141a05 commit 4939d6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/woeusb
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,8 @@ process_commandline_parameters(){
# intentionally don't mention about the internal function call option
echo_with_color\
red\
"${FUNCNAME[0]}: Error: No install method specified!" >&2
"${FUNCNAME[0]}: Error: No creation method specified!" >&2
return 1
elif\
[ "${enable_device}" == Y ] \
&& [ "${enable_partition}" == Y ]; then
Expand Down

0 comments on commit 4939d6d

Please sign in to comment.