[banshee] windows: Clean output of the checkout script



commit b6812c5f48220b78904470dd8ba224372634a155
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Wed Feb 23 19:46:14 2011 +0100

    windows: Clean output of the checkout script
    
    Don't echo the commands that are run, and don't print the error message
    if everything worked.

 build/windows/checkout-banshee.bat |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/build/windows/checkout-banshee.bat b/build/windows/checkout-banshee.bat
index 3eee3f9..6fd4901 100644
--- a/build/windows/checkout-banshee.bat
+++ b/build/windows/checkout-banshee.bat
@@ -3,6 +3,7 @@ REM It will result in a banshee/ directory under where it's launched from.
 REM See banshee\build\windows\README.txt for more information
 REM (this file is tracked in version control at: http://git.gnome.org/browse/banshee/plain/build/windows/checkout-banshee.bat )
 
+ echo off
 call git clone git://git.gnome.org/banshee
 if not exist banshee goto failure
 
@@ -13,6 +14,7 @@ if not exist bin goto failure
 
 echo "Checkout script finished. Banshee is now checked out into the banshee folder.  Build it with build\windows\build-banshee.bat or your favorite IDE using Banshee.sln"
 pause
+goto :eof
 
 :failure
 echo "There was a problem during the checkout. Please see the message above."



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]