remove duplicate line
This commit is contained in:
parent
d1d9596868
commit
07971b9e0b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if [[ $- = *i* ]] ; then
|
||||||
echo PM: $PM
|
echo PM: $PM
|
||||||
echo P11M: $P11M
|
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}')
|
#[ -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
|
||||||
|
|
Loading…
Reference in a new issue