change indent to 4 spaces
1 files changed, 6 insertions(+), 6 deletions(-) M run-windows.sh
M run-windows.sh => run-windows.sh +6 -6
@@ 1,12 1,12 @@ #!/bin/sh if [ ! -e lvc-env ] ; then echo "LVC virtualenv is not present. Run " echo echo " python helperscripts/windows-virtualenv/ lvc-env" echo echo "to build it" exit 1 echo "LVC virtualenv is not present. Run " echo echo " python helperscripts/windows-virtualenv/ lvc-env" echo echo "to build it" exit 1 fi lvc-env/Scripts/python.exe setup.py py2exe && ./dist/lvcdebug.exe