Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 75269a3c3235c13a289bc79e6b213b3d > files > 1

openssh-clients-5.5p1-2.1mdv2010.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