export P11M

This commit is contained in:
Jakobus Schürz 2021-05-06 01:39:52 +02:00
parent f5a74e3f03
commit 4cb7f2058b

View file

@ -70,8 +70,8 @@ if [[ $- = *i* ]] ; then
# P11M for etoken/smartcard authentification # P11M for etoken/smartcard authentification
logdebug P11M: $P11M logdebug P11M: $P11M
[ -z "${P11M+x}" ] && [ -n "$(whereis p11-kit-proxy.so|awk '{print $2}')" ] && P11M=$(whereis p11-kit-proxy.so|awk '{print $2}') [ -z "${P11M+x}" ] && [ -n "$(whereis p11-kit-proxy.so|awk '{print $2}')" ] && P11M=$(whereis p11-kit-proxy.so|awk '{print $2}')
export P11M
logdebug P11M: $P11M logdebug P11M: $P11M
#[ -z "${P11M+x}" ] && [ -n "$(whereis p11-kit-proxy.so|awk '{print $2}')" ] && P11M=$(whereis p11-kit-proxy.so|awk '{print $2}')
# Basics # Basics
[ -z "${VISUAL+x}" ] && export VISUAL=vim [ -z "${VISUAL+x}" ] && export VISUAL=vim