modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2024-05-12 23:41:53 +04:00
parent e78becb92a
commit 006964df45
2 changed files with 6 additions and 5 deletions

View File

@ -36,6 +36,7 @@ fi
function after_source_buildenv() {
NDIST="${DIST#d}"
}
after_source_buildenv
[ -n "$_sourced" ] && return 0

View File

@ -1,15 +1,15 @@
#!/bin/bash
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
# Modèle de script utilisant rundk pour lancer un traitement dans un container
# Ce script est à la racine du projet et rundk se trouve dans sbin/
RUNDKDIR=sbin
# RUNDK est le chemin relatif vers rundk à partir du chemin du script
RUNDK=sbin/rundk
MYDIR="$(dirname -- "$0")"; MYNAME="$(basename -- "$0")"
if [ -z "$_RUNDK_IN_DOCKER" ]; then
"$MYDIR/$RUNDKDIR/rundk" --bs --ue --ci || exit 1
exec "$MYDIR/$RUNDKDIR/rundk" "$0" "$@"
"$MYDIR/$RUNDK" --bs --ue --ci || exit 1
exec "$MYDIR/$RUNDK" "$0" "$@"
fi
source "$MYDIR/$RUNDKDIR/rundk" || exit 1
source "$MYDIR/$RUNDK" || exit 1
source "$PROJDIR/$VENDORDIR/nulib/php/load.sh" || exit 1
args=(