Add echo escape flag
This commit is contained in:
parent
c73925452c
commit
00a33d685b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue