aboutsummaryrefslogtreecommitdiffstats
path: root/mkasc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mkasc.sh')
-rwxr-xr-xmkasc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkasc.sh b/mkasc.sh
index 62c1b1180..0314c20e5 100755
--- a/mkasc.sh
+++ b/mkasc.sh
@@ -3,7 +3,7 @@
3# Copyright (C) 2014-2023 Firejail Authors 3# Copyright (C) 2014-2023 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6. "$(dirname "$0")/config.sh" 6. "$(dirname "$0")/config.sh" || exit 1
7 7
8printf 'Calculating SHA256 for all files in /transfer - %s version %s' "$TARNAME" "$VERSION" 8printf 'Calculating SHA256 for all files in /transfer - %s version %s' "$TARNAME" "$VERSION"
9 9