[X2Go-Commits] [x2goclient] 05/09: macbuild.sh: fix non-functional redundancy and optical issues.

git-admin at x2go.org git-admin at x2go.org
Mon Feb 16 04:15:31 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/cleanup
in repository x2goclient.

commit 774506f4ce5969601f01afd28ecbd808586d3e34
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Feb 16 03:22:27 2015 +0100

    macbuild.sh: fix non-functional redundancy and optical issues.
---
 macbuild.sh |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/macbuild.sh b/macbuild.sh
index ca15cdf..ffe2d5b 100755
--- a/macbuild.sh
+++ b/macbuild.sh
@@ -15,9 +15,9 @@ LIBPNG="libpng15.15.dylib"
 LIBJPEG="libjpeg.9.dylib"
 LIBZ="libz.1.dylib"
 
-: SDK="${SDK:-"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk"}"
-: MACOSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET:-"10.7"}"
-: DEBUG="${DEBUG:-"0"}"
+SDK="${SDK:-"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk"}"
+MACOSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET:-"10.7"}"
+DEBUG="${DEBUG:-"0"}"
 
 case "${DEBUG}" in
 	("0"|"no"|""|"No"|"nO"|"NO"|"false"|"FALSE") BUILD_MODE="release";;
@@ -40,7 +40,7 @@ set -e
 function phase() {
 	echo
 	echo "***"
-	echo "*** ${1}…"
+	echo "*** ${1}..."
 	echo "***"
 	echo
 }

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list