star-3dut

Generate meshes of simple geometric shapes
git clone git://git.meso-star.fr/star-3dut.git
Log | Files | Refs | README | LICENSE

commit 17042201e367e65f96b3561cac215a8a92f3214c
parent 8a06c4fe033129df8591ae68529aaf7b056728a2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 27 Jul 2023 12:12:56 +0200

Correction of a typo in a make.sh script error message

Diffstat:
Mmake.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make.sh b/make.sh @@ -34,7 +34,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 }