Author: cfinck Date: Sat Aug 9 08:30:36 2008 New Revision: 35228
URL: http://svn.reactos.org/svn/reactos?rev=35228&view=rev Log: Fix the description before the build starts (dedicated to elhoir on IRC ;-) )
Modified: trunk/tools/RosBE/RosBE-Unix/RosBE-Builder.sh
Modified: trunk/tools/RosBE/RosBE-Unix/RosBE-Builder.sh URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Unix/RosBE-Builde... ============================================================================== --- trunk/tools/RosBE/RosBE-Unix/RosBE-Builder.sh [iso-8859-1] (original) +++ trunk/tools/RosBE/RosBE-Unix/RosBE-Builder.sh [iso-8859-1] Sat Aug 9 08:30:36 2008 @@ -261,12 +261,8 @@ boldmsg "Ready to start"
echo "Ready to build and install the ReactOS Build Environment." -echo "Press ENTER to continue or any other key to exit." -read answer - -if [ "$answer" != "" ]; then - exit 1 -fi +echo "Press any key to continue or Ctrl+C to exit." +read
if $update; then setvalues=false