Skip to content

Commit

Permalink
src/winusb: check_target_filesystem_free_space: Make df call option…
Browse files Browse the repository at this point in the history
… key style align with manpage

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 5, 2017
1 parent de5e129 commit 5e7d42d
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 @@ -181,7 +181,7 @@ check_target_filesystem_free_space(){

free_space=$(\
df\
--block-size 1\
--block-size=1\
"${target_fs_mountpoint}"\
| grep "${target_fs_mountpoint}"\
| awk '{print $4}'\
Expand Down

0 comments on commit 5e7d42d

Please sign in to comment.