[ros-diffs] [cfinck] 35228: Fix the description before the build starts (dedicated to elhoir on IRC ; -) )

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sat Aug 9 15:30:36 CEST 2008


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-Builder.sh?rev=35228&r1=35227&r2=35228&view=diff
==============================================================================
--- 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



More information about the Ros-diffs mailing list