nss-pam-ldapd branch master updated. 0.9.1-9-ga683aa8
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.9.1-9-ga683aa8
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd branch master updated. 0.9.1-9-ga683aa8
- Date: Mon, 2 Sep 2013 23:29:24 +0200 (CEST)
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 "nss-pam-ldapd".
The branch, master has been updated
via a683aa8c7266e7851ca571b8705476268b8e9314 (commit)
from c8800eb3926106da797bd89f9507eb7765ee77fe (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://arthurdejong.org/git/nss-pam-ldapd/commit/?id=a683aa8c7266e7851ca571b8705476268b8e9314
commit a683aa8c7266e7851ca571b8705476268b8e9314
Author: Arthur de Jong <arthur@west.nl>
Date: Mon Sep 2 09:32:29 2013 +0200
Small protability fix
diff --git a/tests/test_manpages.sh b/tests/test_manpages.sh
index ee32917..8400aae 100755
--- a/tests/test_manpages.sh
+++ b/tests/test_manpages.sh
@@ -26,7 +26,7 @@ srcdir="${srcdir-`dirname "$0"`}"
top_srcdir="${top_srcdir-${srcdir}/..}"
# if xmlto is missing, ignore
-if xmlto --version > /dev/null 2> /dev/null
+if (xmlto --version) > /dev/null 2> /dev/null
then
:
else
-----------------------------------------------------------------------
Summary of changes:
tests/test_manpages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
nss-pam-ldapd
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd branch master updated. 0.9.1-9-ga683aa8,
Commits of the nss-pam-ldapd project