]> git.pld-linux.org Git - projects/setup.git/blame - etc/profile.d/00-tmp-dir.sh
Process tmp-dir scripts first, so all other profile.d scripts will inherit new tmp...
[projects/setup.git] / etc / profile.d / 00-tmp-dir.sh
CommitLineData
c8c7883e
AM
1# if any user has ~/tmp then use it
2if [ -d ~/tmp ]; then
e243944e 3 export TMPDIR=~/tmp
c8c7883e 4fi
This page took 1.294991 seconds and 4 git commands to generate.