commit 637896c16d1d69ada7c78bf403d2577fd46da8f1 parent 910ec008e534097fc3d3ee573280187ac5ac05f5 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 20 Nov 2025 21:11:46 +0100 Correction of star-meshtool scripts Version conflicts were not being checked correctly. Diffstat:
| M | src/cad-apps/star-meshtool_0.2.sh | | | 2 | +- |
| M | src/cad-apps/star-meshtool_0.3.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/cad-apps/star-meshtool_0.2.sh b/src/cad-apps/star-meshtool_0.2.sh @@ -26,7 +26,7 @@ name="star-meshtool" tag="0.2" if [ -n "${STAR_MESHTOOL_SH}" ]; then - check_conflict "${name}" "${tag}" "${RSYS_SH}" + check_conflict "${name}" "${tag}" "${STAR_MESHTOOL_SH}" else export STAR_MESHTOOL_SH="${tag}" diff --git a/src/cad-apps/star-meshtool_0.3.sh b/src/cad-apps/star-meshtool_0.3.sh @@ -26,7 +26,7 @@ name="star-meshtool" tag="0.3" if [ -n "${STAR_MESHTOOL_SH}" ]; then - check_conflict "${name}" "${tag}" "${RSYS_SH}" + check_conflict "${name}" "${tag}" "${STAR_MESHTOOL_SH}" else export STAR_MESHTOOL_SH="${tag}"