diff --git a/Makefile b/Makefile index 75e8ffd..9ce2933 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ install: $(INSTALL) bash-completion/completions/upf $(DESTDIR)$(BASHCOMPLETIONSDIR)/upf @echo "=================================" @echo ">> Now run the following command:" - @echo "\tsource $(DESTDIR)$(BASHCOMPLETIONSDIR)/upf" + @echo -e "\tsource $(DESTDIR)$(BASHCOMPLETIONSDIR)/upf" @echo "=================================" uninstall: $(RM) $(DESTDIR)$(bindir)/upf