Skip to content

Commit

Permalink
fix:can not find flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
dashixiong91 committed Sep 29, 2019
1 parent 527d0ad commit 86a9286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ alias fvm="${FVM_SCRIPT}"

for element in `fvm init`
do
export $element
local export_cmd="export $element"
eval $export_cmd
done

0 comments on commit 86a9286

Please sign in to comment.