star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

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:
Msrc/cad-apps/star-meshtool_0.2.sh | 2+-
Msrc/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}"