Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > e1c67cdc07ea748700a0c47025d3c24c > files > 1

openssh-clients-4.3p1-0.4.20060mdk.x86_64.rpm

#!/bin/sh
# fix hanging ssh clients on exit

if [ -n "$BASH_VERSION" ]; then
	shopt -s huponexit
elif [ -n "$ZSH_VERSION" ]; then
	setopt hup
fi