[Pkg-openldap-devel] [openldap] 01/03: Fix quoting typo
Ryan Tandy
rtandy-guest at moszumanska.debian.org
Thu Oct 6 03:46:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
rtandy-guest pushed a commit to branch master
in repository openldap.
commit 9dcbabbe4c4655b71d4681108d8cfaf2cc595a14
Author: Ryan Tandy <ryan at nardis.ca>
Date: Tue Oct 4 22:03:43 2016 -0700
Fix quoting typo
---
debian/slapd.postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/slapd.postinst b/debian/slapd.postinst
index 8e6a918..36ade57 100644
--- a/debian/slapd.postinst
+++ b/debian/slapd.postinst
@@ -122,7 +122,7 @@ upgrade_cnconfig_ppolicy_schema() { # {{{
# Import the modified config into a temporary location.
tmp_slapd_d="$(mktemp -d --tmpdir slapd-XXXXXXXX)"
- trap "trap - INT EXIT; rm -rf "$tmp_slapd_d" '$working_ldif'" INT EXIT
+ trap "trap - INT EXIT; rm -rf '$tmp_slapd_d' '$working_ldif'" INT EXIT
capture_diagnostics slapadd -F "$tmp_slapd_d" -n0 -l "$working_ldif" || failed=1
if [ "$failed" ]; then
cat >&2 <<-eof
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git
More information about the Pkg-openldap-devel
mailing list