diff options
Diffstat (limited to 'gnome-unstable/seahorse/seahorse-ssh-askpass.sh')
-rw-r--r-- | gnome-unstable/seahorse/seahorse-ssh-askpass.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnome-unstable/seahorse/seahorse-ssh-askpass.sh b/gnome-unstable/seahorse/seahorse-ssh-askpass.sh deleted file mode 100644 index 04f79d8f2..000000000 --- a/gnome-unstable/seahorse/seahorse-ssh-askpass.sh +++ /dev/null @@ -1,3 +0,0 @@ -if [ -z "$SSH_ASKPASS" ] && [ -n "$DISPLAY" ]; then - export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass -fi |