remove duplicate line
This commit is contained in:
parent
247d0e782e
commit
eb85d752d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue