Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 48c9278b808afd9b11daa8f5a3d2ffbe > files > 216

bash-doc-4.2.37-1.fc16.i686.rpm

##
# Destroy credentials
##

if [ -z "${TERM_PROGRAM}" ]; then
  # Don't run these commands if the shell is launched by Terminal,
  # even if it's a login shell.

  if klist -s; then kdestroy; fi
fi