Fix the build

Quoting accident. "echo -e" is not a command that the shell knows,
echo -e is.
This commit is contained in:
Matthias Clasen 2014-08-04 00:20:40 +02:00
parent 6ea36f3a18
commit 4b2dc1e38b

View File

@ -22,7 +22,7 @@ SUBDIRS = inspector native .
if OS_DARWIN
ECHO="echo"
else
ECHO="echo -e"
ECHO=echo -e
endif
if HAVE_CLOUDPRINT