mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
11 lines
263 B
Bash
Executable file
11 lines
263 B
Bash
Executable file
#
|
|
# /etc/profile.d/ssh-x11-askpass.sh
|
|
#
|
|
# Maintained by Charles Mauch <cmauch@gmail.com>
|
|
|
|
if [ -f "/usr/lib/openssh/x11-ssh-askpass" ] ; then
|
|
SSH_ASKPASS="/usr/lib/openssh/x11-ssh-askpass"
|
|
export SSH_ASKPASS
|
|
fi
|
|
|
|
# /etc/profile.d/ssh-x11-askpass.sh ends here.
|