byobu-reconnect-sockets: quote shell expansions

this avoids error messages in zsh
This commit is contained in:
Reinhard Tartler 2013-03-31 20:28:42 +02:00
commit 6f8cfbe3c8

View file

@ -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