From 07971b9e0b7af70dd6e12f9a923b5b93d69535bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Thu, 6 May 2021 01:07:21 +0200 Subject: [PATCH] remove duplicate line --- bashrc_add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc_add b/bashrc_add index fd2f7e5..aef1389 100755 --- a/bashrc_add +++ b/bashrc_add @@ -72,7 +72,7 @@ if [[ $- = *i* ]] ; then echo PM: $PM echo 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}') + #[ -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