Skip to content
Snippets Groups Projects
Commit 4e13e43f authored by Christian Engwer's avatar Christian Engwer
Browse files

fix error message of sourcecheck

[[Imported from SVN: r6114]]
parent 167ee7c6
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ sourcescheck-am: ...@@ -18,7 +18,7 @@ sourcescheck-am:
@RESULT=0; \ @RESULT=0; \
if diff header_CHECK.* | grep ^[\<\>] -q; then \ if diff header_CHECK.* | grep ^[\<\>] -q; then \
echo "==== WARNING ===="; \ echo "==== WARNING ===="; \
echo -n "Directory: $(srcdir)"; \ echo "Directory: $(srcdir)"; \
echo "Files present but not installed:"; \ echo "Files present but not installed:"; \
diff -u header_CHECK.install header_CHECK.present | \ diff -u header_CHECK.install header_CHECK.present | \
grep -v ^+++ | grep ^+; \ grep -v ^+++ | grep ^+; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment