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

x2go pushed a commit to branch master
in repository buildscripts.

commit 84a64e7dd3f0f901a9cc2fabe5163c283bb3dbf0
Author: Mihai Moldovan <io...@ionic.de>
Date:   Fri Apr 7 13:45:09 2017 +0200

    bin/build-osx-package: make ${os_major} and ${os_minor} global. Needed 
later.
---
 bin/build-osx-package | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/build-osx-package b/bin/build-osx-package
index 483bdb7..9d9516b 100755
--- a/bin/build-osx-package
+++ b/bin/build-osx-package
@@ -58,6 +58,8 @@ typeset -ag temp_cleanup=""
 typeset -g upstream_version=""
 typeset -g is_release="0"
 typeset -g gitrev=""
+typeset -ig os_minor="0"
+typeset -ig os_major="0"
 # End of non-user-serviceable part.
 
 set -ex
@@ -238,8 +240,8 @@ build_packages() {
                        # Make qt4 tools available.
                        export PATH="${PATH}:/opt/local/libexec/qt4/bin/"
 
-                       typeset -i os_major="0"
-                       typeset -i os_minor="0"
+                       os_major="0"
+                       os_minor="0"
                        os_major="$(get_generic_major_version "${l_CODENAME}")"
 
                        if [ "${?}" -ne "0" ]; then

--
Alioth's 
/srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on 
/srv/git/code.x2go.org/buildscripts.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits

Reply via email to