commit 25b10f3053b774f4531729f0ae1cec44f9032a41
parent 488e0a0171ee9447322d22e39fce5f201f09bfd2
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sat, 15 Sep 2018 13:36:15 -0400
Something must be weird in the appveyor env
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/make.bat b/make.bat
@@ -36,7 +36,7 @@ set PIPENV=pipenv
set PIPRUN=%PIPENV% run
set PIPINST=%PIPENV% --bare install --dev --skip-lock
set BROWSER=%PYTHON% -c %BROWSER_PYSCRIPT%
-
+set
if "%1" == "help" (
%PYTHON% -c "%PRINT_HELP_PYSCRIPT%" < %~f0
goto :end