From 200f389ed0f56ba42160fe135e3701757a8df94c Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 28 Jul 2023 13:05:54 -0300 Subject: build: use config.sh in more scripts This removes the need to manually pass variables such as `$(TARNAME)` and `$(VERSION)` to shell scripts in the root Makefile. Relates to #5140. --- mkasc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkasc.sh') diff --git a/mkasc.sh b/mkasc.sh index 62c1b1180..0314c20e5 100755 --- a/mkasc.sh +++ b/mkasc.sh @@ -3,7 +3,7 @@ # Copyright (C) 2014-2023 Firejail Authors # License GPL v2 -. "$(dirname "$0")/config.sh" +. "$(dirname "$0")/config.sh" || exit 1 printf 'Calculating SHA256 for all files in /transfer - %s version %s' "$TARNAME" "$VERSION" -- cgit v1.2.3-70-g09d2