diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-06 17:40:29 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-06 17:40:29 -0500 |
commit | 582355efdb32368b90ef8f5a189549251aac3502 (patch) | |
tree | acf885f12f82d3fa1069ef8d9b4973e80b326fd8 | |
parent | a1175d7a912085ecb7495489ca73e9756566f2ab (diff) | |
download | librevideoconverter-582355efdb32368b90ef8f5a189549251aac3502.tar.lz librevideoconverter-582355efdb32368b90ef8f5a189549251aac3502.tar.xz librevideoconverter-582355efdb32368b90ef8f5a189549251aac3502.zip |
change indent to 4 spaces
-rw-r--r-- | run-windows.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/run-windows.sh b/run-windows.sh index 8531708..950d72d 100644 --- a/run-windows.sh +++ b/run-windows.sh @@ -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 |