Skip to content

Commit

Permalink
Updates WINE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed May 4, 2020
1 parent 05c1e1e commit 9a5a4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/.vars.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ is_vm() { [ -d /vagrant -a -d /home/travis -a ! -f /.dockerenv ]; }
# Determine platform paths.
SCR="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" 2>/dev/null && pwd -P || pwd -P)"
ROOT="$(cd "$SCR" && git rev-parse --show-toplevel 2>/dev/null || echo "$SCR/..")"
WINE_PATH="${WINE_PATH:-$HOME/.wine/drive_c/Program Files}"
WINE_PATH="${WINE_PATH:-$HOME/.wine/drive_c}"
OPT="/opt"
CONF_TEST="mt4-tester.ini"
CONF_TERM="terminal.ini"
Expand Down

0 comments on commit 9a5a4c7

Please sign in to comment.