From 9d30dc3340c0efcbdca65225301ce9ff8745efe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sat, 19 Sep 2020 23:52:55 +0200 Subject: [PATCH] remove blanks --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 18ad037..1fb71e3 100755 --- a/functions.sh +++ b/functions.sh @@ -698,7 +698,7 @@ if [ "$?" == 0 ]; then if [ "$?" == 0 ]; then test -n "${SSH_AUTH_SOCK+x}" if [ "$?" == 0 ] ; then - SSH_AGENT_PID="$(sudo fuser "$SSH_AUTH_SOCK" 2>/dev/null)" + SSH_AGENT_PID="$(sudo fuser "$SSH_AUTH_SOCK" 2>/dev/nullĀ | sed 's/ *//')" test -n "${SSH_AGENT_PID+x}" if [ "$?" == 0 ]; then SSH_AUTH_SOCK=${SSH_AUTH_SOCK}; export SSH_AUTH_SOCK;