From 5e095a5579736633c75381f723d0acf8bee8e6e7 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Mon, 13 May 2024 11:20:18 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- support/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/build b/support/build index 9b2ad80..a1073ce 100755 --- a/support/build +++ b/support/build @@ -148,6 +148,8 @@ args=( ) parse_args "$@"; set -- "${args[@]}" +[ -n "$Config" ] && setx Config=abspath "$Config" + build_check_env || die [ "$action" == none ] && exit 0