Skip to content

Commit

Permalink
fixup! src/winusb: cp_fs_files: Don't mask command substitution call …
Browse files Browse the repository at this point in the history
…result

Missing equal sign

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 5, 2017
1 parent c6256fd commit 84d8eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,8 @@ copy_filesystem_files(){

pushd "${source_fs_mountpoint}"

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

0 comments on commit 84d8eac

Please sign in to comment.