chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
zsh: Disable TIOCSETD ioctl during initialization
[termux-packages]
/
packages
/
bash
/
etc-profile
1
if [ -d @TERMUX_PREFIX@/etc/profile.d ]; then
2
for i in @TERMUX_PREFIX@/etc/profile.d/*.sh; do
3
if [ -r $i ]; then
4
. $i
5
fi
6
done
7
unset i
8
fi