You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# this one is broken
$ echo\033[34;1m--> Creating ./data ...\033[0m
zsh: bad pattern: e[34
# this one is properly blue
$ echo$'\033[34;1m--> Creating ./data ...\033[0m'
--> Creating ./data ...
Not sure how this works inside the Makefile or in other shells. As it stands now, it prints the escape sequences without interpreting them at all
The text was updated successfully, but these errors were encountered:
Not sure how this works inside the
Makefile
or in other shells. As it stands now, it prints the escape sequences without interpreting them at allThe text was updated successfully, but these errors were encountered: