diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-02 05:05:27 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-02 05:05:27 (GMT) |
commit | c29d8a370fea0477cb9bed2143823c596a2d3e76 (patch) | |
tree | 9721ef187dc4f6b112033182e06cf9983cb60e12 | |
parent | 0b77c6af81356d736eea2e50f875f4b92a2a5b25 (diff) |
tweak wording.
-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 |