Skip to content

Commit 6fca200

Browse files
committed
improve
1 parent 5c6bfbf commit 6fca200

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

usr/bin/apt-key-install

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
## Copyright (C) 2021 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
44
## See the file COPYING for copying conditions.
55

6-
## This script is used by package anon-shared-build-apt-sources-tpo.
6+
## This script is used by package 'anon-shared-build-apt-sources-tpo'.
77

88
#set -x
9-
set -e
9+
set -o errexit
10+
set -o errtrace
11+
set -o nounset
1012
set -o pipefail
1113

1214
source_file="$1"

0 commit comments

Comments
 (0)