Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > d182ba7656bc9d858108359beee647e7 > files > 259

bash-doc-4.1.7-4.fc14.x86_64.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