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:
parent
084c35400e
commit
8062668408
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user