We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ab49f commit 8989fdaCopy full SHA for 8989fda
Makefile.am
@@ -1105,7 +1105,7 @@ distcheck-completeness: dist
1105
&& cd "$$am__cwd" \
1106
&& echo " $@ diff $(distdir)-orig-$$$$ $(distdir)-derived-$$$$" \
1107
&& diff $(distdir)-orig-$$$$ $(distdir)-derived-$$$$ ; \
1108
- } || RES=$?? ;
+ } || RES=$$? ; \
1109
rm -rf $(distdir)-orig-$$$$ $(distdir)-derived-$$$$ $(distdir) ; \
1110
exit $$RES
1111
@echo "SUCCESS: $(distdir) archives are self-reproducing"
0 commit comments