meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit 803447d9f352de24ee2418d6cda4b85d4209181f
parent a91eec68fe4f5cf2c18281b9c01f5c9473dc70a9
Author: christophe coustet <christophe.coustet@meso-star.com>
Date:   Fri, 20 Nov 2020 11:28:49 +0100

Replace sh with bash in Makefiles

Diffstat:
Mart/Makefile | 2+-
Mhigh-tune/Makefile | 2+-
Mmisc/Makefile | 2+-
Mschiff/Makefile | 2+-
Msolstice/Makefile | 2+-
Mstar-engine/Makefile | 2+-
Mstardis/Makefile | 2+-
7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/art/Makefile b/art/Makefile @@ -42,7 +42,7 @@ IMG = \ default: all all: ${SRC} ${IMG} - @sh art.sh ${KSPECTRUM-VERSION} ${KDISTRIBUTION-VERSION} ${KARINE-VERSION} + @bash art.sh ${KSPECTRUM-VERSION} ${KDISTRIBUTION-VERSION} ${KARINE-VERSION} clean: rm ${HTML-FILES} downloads/*.sig diff --git a/high-tune/Makefile b/high-tune/Makefile @@ -23,7 +23,7 @@ IMG = CLEMENT.jpg DZVAR.jpg DZVAR2.jpg L12km_BOMEX.jpg L25_Fire.jpg HRES_ARMCu.j default: all all: ${SRC} - @sh high-tune.sh ${HTRDR-VERSION} ${HTRDR-STARTER-PACK-VERSION} + @bash high-tune.sh ${HTRDR-VERSION} ${HTRDR-STARTER-PACK-VERSION} publish: rsync -avzr high-tune.html starter-pack.html ${IMG} downloads man ${REMOTE}/high-tune/ diff --git a/misc/Makefile b/misc/Makefile @@ -19,7 +19,7 @@ SRC = pgp_signatures.html.in about.html.in default: all all: ${SRC} - @sh misc.sh + @bash misc.sh publish: rsync -avz about.html pgp_signatures.html ${REMOTE}/misc/ diff --git a/schiff/Makefile b/schiff/Makefile @@ -23,7 +23,7 @@ IMG = particles.png default: all all: ${SRC} - @sh schiff.sh ${SCHIFF-VERSION} ${SCHIFF-SCRIPTS} + @bash schiff.sh ${SCHIFF-VERSION} ${SCHIFF-SCRIPTS} publish: rsync -avzr schiff.html ${IMG} downloads man ${REMOTE}/schiff/ diff --git a/solstice/Makefile b/solstice/Makefile @@ -27,7 +27,7 @@ SRC = \ default: all all: ${SRC} - @sh solstice.sh ${SOLSTICE-VERSION} ${SOLSTICE-ABG} + @bash solstice.sh ${SOLSTICE-VERSION} ${SOLSTICE-ABG} publish: rsync -avzr \ diff --git a/star-engine/Makefile b/star-engine/Makefile @@ -22,7 +22,7 @@ SRC = star-engine.sh star-engine.html.in default: all all: ${SRC} - @sh star-engine.sh $(STAR-ENGINE-VERSION) $(STAR-ENGINE-README) + @bash star-engine.sh $(STAR-ENGINE-VERSION) $(STAR-ENGINE-README) publish: rsync -avzr \ diff --git a/stardis/Makefile b/stardis/Makefile @@ -22,7 +22,7 @@ IMG = foam.png IGBT.png syrthes.png default: all all: ${SRC} - @sh stardis.sh ${STARDIS-VERSION} + @bash stardis.sh ${STARDIS-VERSION} clean: rm stardis.html