From 4cb7f2058b9224c0a67c2e07ea90efc2a34df835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Thu, 6 May 2021 01:39:52 +0200 Subject: [PATCH] export P11M --- bashrc_add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc_add b/bashrc_add index 80f5a79..863e1eb 100755 --- a/bashrc_add +++ b/bashrc_add @@ -70,8 +70,8 @@ if [[ $- = *i* ]] ; then # P11M for etoken/smartcard authentification logdebug P11M: $P11M [ -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 - #[ -z "${P11M+x}" ] && [ -n "$(whereis p11-kit-proxy.so|awk '{print $2}')" ] && P11M=$(whereis p11-kit-proxy.so|awk '{print $2}') # Basics [ -z "${VISUAL+x}" ] && export VISUAL=vim