We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77ca0e commit e4f1a89Copy full SHA for e4f1a89
bin/CA-gen.sh
@@ -6,11 +6,11 @@ DO_RETURN=${SHLVL}
6
#DBG="echo"
7
##########################
8
9
-echo "using CAPASS=${CAPASS}"
+echo "using CAPASS as provided"
10
PASSIN=${CAPASS:+-passin pass:"$CAPASS"}
11
PASSOUT=${CAPASS:+-passout pass:"$CAPASS"}
12
13
-trap do_exit SIGTERM SIGKILL SIGQUIT SIGABRT SIGSTOP SIGSEGV 2
+trap do_exit SIGTERM SIGKILL SIGQUIT SIGABRT SIGSTOP SIGSEGV
14
15
do_exit()
16
{
0 commit comments