Skip to content

Commit

Permalink
src/winusb: cp_fs_files: Don't mask command substitution call result
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 5, 2017
1 parent 1110045 commit b94aadb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,8 @@ copy_filesystem_files(){

pushd "${source_fs_mountpoint}"

file_list=$(\
local -r file_list
file_list$(\
find\
.\
-not -path "."\
Expand Down

0 comments on commit b94aadb

Please sign in to comment.