Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f98ff03075243c50302cf1d9ecd04715 > files > 1

openssh-clients-6.2p2-3.3.mga4.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