We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6bfbf commit 6fca200Copy full SHA for 6fca200
1 file changed
usr/bin/apt-key-install
@@ -3,10 +3,12 @@
3
## Copyright (C) 2021 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
4
## See the file COPYING for copying conditions.
5
6
-## This script is used by package anon-shared-build-apt-sources-tpo.
+## This script is used by package 'anon-shared-build-apt-sources-tpo'.
7
8
#set -x
9
-set -e
+set -o errexit
10
+set -o errtrace
11
+set -o nounset
12
set -o pipefail
13
14
source_file="$1"
0 commit comments