Skip to content

Commit

Permalink
no spaces in assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
psi29a committed Jul 22, 2018
1 parent b910106 commit 84b80ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/before_script.msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ fi
printf "Exists. "
elif [ -z $SKIP_EXTRACT ]; then
rm -rf Boost
CI_EXTRA_INNO_OPTIONS = ""
CI_EXTRA_INNO_OPTIONS=""
[ -n "$CI" ] && CI_EXTRA_INNO_OPTIONS="//SUPPRESSMSGBOXES //LOG='boost_install.log'"
"${DEPS}/boost-1.67.0-msvc${MSVC_YEAR}-win${BITS}.exe" //DIR="${CWD_DRIVE_ROOT}" //VERYSILENT //NORESTART ${CI_EXTRA_INNO_OPTIONS}
mv "${CWD_DRIVE_ROOT_BASH}" "${BOOST_SDK}"
Expand Down

0 comments on commit 84b80ae

Please sign in to comment.