Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > ca840cc1cd99fa29b029126bf0ccec7f > files > 1

openssh-clients-8.0p1-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