[vlc-devel] [PATCH 4/4] Cosmetic: use existing style for contrib/bootstrap

Faustino E. Osuna enrique.osuna at gmail.com
Wed Dec 14 20:24:24 CET 2011


Update check_macosx_sdk() with the same style used in usage() where
individual lines of the message are separated by echo statements.
---
 contrib/bootstrap |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/bootstrap b/contrib/bootstrap
index 3b6a8c6..410c98a 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -143,9 +143,9 @@ check_macosx_sdk()
     SDK="/Developer/SDKs/MacOSX${OSX_VERSION}.sdk"
     if [ ! -d "${SDK}" ]
     then
-        echo "
-*** ${SDK} does not exist, please install required SDK, or use export OSX_VERSION=10.6 ***
-"
+        echo
+        echo "*** ${SDK} does not exist, please install required SDK, or use export OSX_VERSION=10.6 ***"
+        echo
         exit 1
     fi
     add_make "OSX_VERSION ?= ${OSX_VERSION}"
-- 
1.7.7.4




More information about the vlc-devel mailing list