Accepting request 718210 from home:Vogtinator:branches:network

Fixup last sr

OBS-URL: https://build.opensuse.org/request/show/718210
OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=193
This commit is contained in:
Tomáš Chvátal 2019-07-24 12:05:07 +00:00 committed by Git OBS Bridge
parent 084c35400e
commit 8062668408

View File

@ -19,7 +19,7 @@ case "$SESSION" in
exec $GNOME_SSH_ASKPASS ${1+"$@"}
;;
*)
[ -e GNOME_SSH_ASKPASS ] && exec $GNOME_SSH_ASKPASS ${1+"$@"}
[ -e $GNOME_SSH_ASKPASS ] && exec $GNOME_SSH_ASKPASS ${1+"$@"}
exec $KDE_SSH_ASKPASS ${1+"$@"}
;;
esac