Skip to content

Commit

Permalink
env => export
Browse files Browse the repository at this point in the history
  • Loading branch information
炒饭 committed Mar 27, 2017
1 parent 7760cf7 commit a10ef34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/WeappVendor/wcc.exe
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
cd `dirname $0`
cur_dir=$(pwd)

env WINEPREFIX=$HOME/.wine32
export WINEPREFIX=$HOME/.wine32
wine ${cur_dir}/s/wcc.exe
2 changes: 1 addition & 1 deletion scripts/WeappVendor/wcsc.exe
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
cd `dirname $0`
cur_dir=$(pwd)

env WINEPREFIX=$HOME/.wine32
export WINEPREFIX=$HOME/.wine32
wine ${cur_dir}/s/wcsc.exe

0 comments on commit a10ef34

Please sign in to comment.