Displaying 2 results from an estimated 2 matches for "749c221".
Did you mean:
749,22
2017 Jul 14
0
[hivex PATCH 2/2] build: do not ignore pod2man error codes
...uot; \
--name "hivex" \
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
- $< > $@-t; mv $@-t $@
+ $< > $@-t && mv $@-t $@
noinst_DATA = \
$(top_builddir)/html/hivex.3.html
diff --git a/regedit/Makefile.am b/regedit/Makefile.am
index 476c059..749c221 100644
--- a/regedit/Makefile.am
+++ b/regedit/Makefile.am
@@ -28,7 +28,7 @@ hivexregedit.1: hivexregedit
-c "Windows Registry" \
--name "hivexregedit" \
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
- $< > $@-t; mv $@-t $@
+ $< > $@-t &a...
2017 Jul 14
2
[hivex PATCH 1/2] hivexregedit: fix POD markup
Put the "=back" to close the list only after the last element.
---
regedit/hivexregedit | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regedit/hivexregedit b/regedit/hivexregedit
index 02c382b..cd49063 100755
--- a/regedit/hivexregedit
+++ b/regedit/hivexregedit
@@ -248,8 +248,6 @@ You should only use this option for quick hacking and debugging of the
hive