This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "theslinux-buildsystem".

The branch, _utils has been updated
       via  dab28fcb90d2fb181722a8ea9a655b5ef56f9883 (commit)
      from  15da5887cfab6849629dd663195b31c0697c15e0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dab28fcb90d2fb181722a8ea9a655b5ef56f9883
Author: Ky-Anh Huynh <ky...@theslinux.org>
Date:   Tue Apr 15 21:08:42 2014 +0700

    _get_update returns if failed to unset :get_update

-----------------------------------------------------------------------

Summary of changes:
 _utils/lib/pkgbuild.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_utils/lib/pkgbuild.sh b/_utils/lib/pkgbuild.sh
index bded6a9..df149d3 100644
--- a/_utils/lib/pkgbuild.sh
+++ b/_utils/lib/pkgbuild.sh
@@ -228,7 +228,7 @@ _makepkg() {
 # directory (this is true if `_s_env` runs  well) that has PKGBUILD
 _get_update() {
   _s_env || return 1
-  unset "get_update"
+  unset "get_update" || return 1
   source "PKGBUILD" || return 127
   get_update
 }


hooks/post-receive
-- 
theslinux-buildsystem

--
To ubsubscribe from the list phantom@lists.theslinux.org,
please send an email to ecar...@lists.theslinux.org with subject
  ubsubscribe phantom

To get basic commands to use Ecartis system, use subject 'help'.

Reply via email to