Skip to content

Commit c6d4f8b

Browse files
committed
Adjust generated error message
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 777a504 commit c6d4f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ case.ttl: \
9696
0 \
9797
-eq \
9898
$$(grep 'file:' _$@ | wc -l) \
99-
|| ( echo "ERROR:Some graph IRIs do not supply a resolving prefix. Look for the string 'file:///' in the file _$@ to see these instances." ; exit 1)
99+
|| ( echo "ERROR:Makefile:Some graph IRIs do not supply a resolving prefix. Look for the string 'file:///' in the file _$@ to see these instances." >&2 ; exit 1)
100100
mv _$@ $@
101101

102102
check: \

0 commit comments

Comments
 (0)