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 gfxprim.git.
The branch, master has been updated via f6c1e6c7ad85f0f95299bd7c7027f2f8374a016b (commit) from ca4df5647e88fd02a065de65b91e86e41ef07b58 (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 ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/f6c1e6c7ad85f0f95299bd7c7027f2f8374a0...
commit f6c1e6c7ad85f0f95299bd7c7027f2f8374a016b Author: Cyril Hrubis metan@ucw.cz Date: Mon Mar 12 19:08:50 2012 +0100
configure: Fix bashism.
diff --git a/configure b/configure index 394b1b7..60d6e14 100755 --- a/configure +++ b/configure @@ -51,7 +51,7 @@ def python_module_installed(cfg, module): def check_for_swig(cfg): sys.stderr.write("Checking for working swig ... ")
- ret = os.system("%s -version &> /dev/null" % cfg['SWIG'][0]) + ret = os.system("%s -version > /dev/null 2>&1" % cfg['SWIG'][0])
if ret: sys.stderr.write('Non')
-----------------------------------------------------------------------
Summary of changes: configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.