mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Adding new line after 'OK to push' message.
This commit is contained in:
parent
8c2e5b1f7a
commit
c5930c8775
2
Makefile
2
Makefile
@ -110,7 +110,7 @@ precommit: clean git_status_pre_test_check build
|
||||
@ echo -e "Full testing completed successfully\n\n================\n\n"
|
||||
@ if [ "`git status --porcelain 2>&1 | grep -v -e '^?? out/$$' | wc -l`" == "0" ]; \
|
||||
then \
|
||||
echo -e "\e[0;32m OK to push\e[0m"; \
|
||||
echo -e "\e[0;32m OK to push\e[0m\n"; \
|
||||
else \
|
||||
echo -e "\e[1;33m $(GIT_STATUS_NOT_CLEAN_MSG). $(GIT_STATUS_CONSIDER_CLEAN_MSG).\e[0m\n"; \
|
||||
fi;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user