repo.or.cz
/
bash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added gitignore entries needed to ignore derived objects generated from full build...
[bash.git]
/
examples
/
startup-files
/
apple
/
logout
blob
812731c63d2648c9be2fb85f747b63c939de2f1f
1
##
2
# Destroy credentials
3
##
4
5
if [ -z "${TERM_PROGRAM}" ]; then
6
# Don't run these commands if the shell is launched by Terminal,
7
# even if it's a login shell.
8
9
if klist -s; then kdestroy; fi
10
fi