From 6f8cfbe3c8df452aae628af0451e957e94643a9c Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 31 Mar 2013 20:28:42 +0200 Subject: [PATCH] byobu-reconnect-sockets: quote shell expansions this avoids error messages in zsh --- usr/bin/byobu-reconnect-sockets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/byobu-reconnect-sockets b/usr/bin/byobu-reconnect-sockets index 048b6ac5..9d909fd3 100755 --- a/usr/bin/byobu-reconnect-sockets +++ b/usr/bin/byobu-reconnect-sockets @@ -93,7 +93,7 @@ case $BYOBU_BACKEND in esac # Establish gpg-agent socket, helps when reconnecting to a detached session -newest "$HOME/.gnupg/"gpg-agent-info-* && . "$_RET" && export_and_send GPG_AGENT_INFO +newest "$HOME/.gnupg/gpg-agent-info-*" && . "$_RET" && export_and_send GPG_AGENT_INFO # Reconnect dbus, source the most recently touched session-bus # Sorry, ls -t is needed here, to sort by time