tweak wording.

felipesanches-svg
don bright 2012-08-02 00:05:27 -05:00
parent 0b77c6af81
commit c29d8a370f
1 changed files with 2 additions and 4 deletions

View File

@ -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