Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Sep 6, 2016
2 parents 753a4af + 8846767 commit 13ce003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_xulrunner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ while getopts "p:" opt; do
do
case ${OPTARG:i:1} in
m) BUILD_MAC=1;GECKO_VERSION="40.0";GECKO_SHORT_VERSION="40.0";;
w) BUILD_WIN32=1;GECKO_VERSION="40.0";GECKO_SHORT_VERSION="40.0";;
w) BUILD_WIN32=1;GECKO_VERSION="39.0";GECKO_SHORT_VERSION="39.0";;
l) BUILD_LINUX=1;GECKO_VERSION="39.0";GECKO_SHORT_VERSION="39.0";;
*)
echo "$0: Invalid platform option ${OPTARG:i:1}"
Expand Down

0 comments on commit 13ce003

Please sign in to comment.