commit bc13af1357652128087a499a794ac1dce899c377 parent 098cb97e3c7001fd43aaa787c7bf6d969ed82831 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 27 Jul 2023 12:11:51 +0200 Fix a typo in the make.sh script Diffstat:
| M | make.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/make.sh b/make.sh @@ -35,7 +35,7 @@ run_test() if "./${test}" > /dev/null 2>&1; then printf "\e[1;32mOK\e[m\n" else - printf "\e[1;31mErreur\e[m\n" + printf "\e[1;31mError\e[m\n" fi done 2> /dev/null }