[Git][NTPsec/ntpsec][master] Fix typo in pylib/waf.py.
Amar Takhar
gitlab at mg.gitlab.com
Wed Mar 23 16:29:17 UTC 2016
Amar Takhar pushed to branch master at NTPsec / ntpsec
Commits:
328b8d13 by Amar Takhar at 2016-03-23T12:28:33-04:00
Fix typo in pylib/waf.py.
- - - - -
1 changed file:
- pylib/waf.py
Changes:
=====================================
pylib/waf.py
=====================================
--- a/pylib/waf.py
+++ b/pylib/waf.py
@@ -60,7 +60,7 @@ def manpage(ctx, section, source):
ctx.install_files("${PREFIX}/man%s/" % section, source.replace("-man.txt", ".%s" % section))
return
- if (not ctx.env.BIN_A2X and not BIN_XSLTPROC) or ctx.env.DISABLE_MANPAGE:
+ if (not ctx.env.BIN_A2X and not ctx.env.BIN_XSLTPROC) or ctx.env.DISABLE_MANPAGE:
return
ctx(
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/328b8d13ced277ba6e6da68dfabfe5029a305fd4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160323/b9ece268/attachment.html>
More information about the vc
mailing list