guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, master, updated. release_1-9-11-39-gd8


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-39-gd8e1bce
Date: Thu, 10 Jun 2010 15:27:20 +0000

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 "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=d8e1bce4fc8d23a94e3a5f8b4248adbb1e5555be

The branch, master has been updated
       via  d8e1bce4fc8d23a94e3a5f8b4248adbb1e5555be (commit)
      from  070d8db023c663ce14f25cb601d46b300ad82da4 (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 d8e1bce4fc8d23a94e3a5f8b4248adbb1e5555be
Author: Andy Wingo <address@hidden>
Date:   Thu Jun 10 17:29:48 2010 +0200

    brown-paper-bag to uninstalled-env
    
    * meta/uninstalled-env.in: Fix lack of test.

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

Summary of changes:
 meta/uninstalled-env.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/uninstalled-env.in b/meta/uninstalled-env.in
index eec648d..918b94d 100644
--- a/meta/uninstalled-env.in
+++ b/meta/uninstalled-env.in
@@ -128,7 +128,7 @@ export PKG_CONFIG_PATH
 # handle PATH (no clobber)
 PATH="${top_builddir}/libguile:${PATH}"
 PATH="${top_srcdir}/meta:${PATH}"
-if "x${top_srcdir}" != "x${top_builddir}"; then
+if test "x${top_srcdir}" != "x${top_builddir}"; then
   PATH="${top_builddir}/meta:${PATH}"
 fi
 export PATH


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]