Skip to content

Commit e4f1a89

Browse files
committed
remove printing of user-supplied CAPASS
1 parent a77ca0e commit e4f1a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/CA-gen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DO_RETURN=${SHLVL}
66
#DBG="echo"
77
##########################
88

9-
echo "using CAPASS=${CAPASS}"
9+
echo "using CAPASS as provided"
1010
PASSIN=${CAPASS:+-passin pass:"$CAPASS"}
1111
PASSOUT=${CAPASS:+-passout pass:"$CAPASS"}
1212

13-
trap do_exit SIGTERM SIGKILL SIGQUIT SIGABRT SIGSTOP SIGSEGV 2
13+
trap do_exit SIGTERM SIGKILL SIGQUIT SIGABRT SIGSTOP SIGSEGV
1414

1515
do_exit()
1616
{

0 commit comments

Comments
 (0)