Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 2f23d4065d8d80dedea6a04071c1bf44 > files > 1

openssh-clients-8.0p1-1.1.mga7.armv7hl.rpm

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