mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix the build
Quoting accident. "echo -e" is not a command that the shell knows, echo -e is.
This commit is contained in:
parent
6ea36f3a18
commit
4b2dc1e38b
@ -22,7 +22,7 @@ SUBDIRS = inspector native .
|
||||
if OS_DARWIN
|
||||
ECHO="echo"
|
||||
else
|
||||
ECHO="echo -e"
|
||||
ECHO=echo -e
|
||||
endif
|
||||
|
||||
if HAVE_CLOUDPRINT
|
||||
|
Loading…
Reference in New Issue
Block a user