Add echo escape flag

This commit is contained in:
varkor 2018-01-31 10:23:15 +00:00
parent c73925452c
commit 00a33d685b

View file

@ -1,5 +1,5 @@
-include ../tools.mk
all:
echo '\xD2' | $(RUSTC) - 2>&1 \
echo -e '\xD2' | $(RUSTC) - 2>&1 \
| $(CGREP) "error: couldn't read from stdin, as it did not contain valid UTF-8"