Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 67259c9d2f5f15abce0e74a620f183c0 > files > 1

openssh-clients-4.7p1-9mdv2008.1.x86_64.rpm

# fix hanging ssh clients on exit
if [ -n "$BASH_VERSION" ]; then
	shopt -s huponexit
elif [ -n "$ZSH_VERSION" ]; then
	setopt hup
fi