chiark / gitweb /
Cope with absolute file names (Debian bugs #162837 and #162967).
[bin.git] / ssh-agent-shell
1 #! /bin/sh
2 if [ -n "$SSH_AGENT_PID" ]; then
3     exec ssh-agent bash "$@"
4 else
5     exec bash "$@"
6 fi