diff options
-rwxr-xr-x | scripts/mingw-x-build-openscad.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/mingw-x-build-openscad.sh b/scripts/mingw-x-build-openscad.sh index 59065ce..d0d5b9c 100755 --- a/scripts/mingw-x-build-openscad.sh +++ b/scripts/mingw-x-build-openscad.sh @@ -37,10 +37,8 @@ cd $OPENSCADDIR OPENSCAD_EXE=$DEPLOYDIR/release/openscad.exe if [ -e $OPENSCAD_EXE ] ; then - echo Build finished. Executable: - echo - echo " "$OPENSCAD_EXE - echo + echo Build finished. Executable file ready: + echo " " $OPENSCAD_EXE else echo Cannot find $OPENSCAD_EXE. The build appears to have had an error. fi |