Skip to content

Commit

Permalink
src/winusb: check_target_filesystem_free_space: Fix argument quality …
Browse files Browse the repository at this point in the history
…check

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 5, 2017
1 parent 9be41ac commit 5bac172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ init(){
}; declare -fr init

check_target_filesystem_free_space(){
util_check_function_parameters_quantity 3 $#
util_check_function_parameters_quantity 2 $#
local -r target_fs_mountpoint="${1}"; shift
local -r source_fs_mountpoint="${1}"

Expand Down

0 comments on commit 5bac172

Please sign in to comment.