blob: b4cd6a4f9fd986b077d23a66e8f5e57c9941feb0 (
plain)
1
2
3
4
5
6
7
8
|
# This is a file designed only t0 set special environment variables
# eg TMP or TMPDIR. It is sourced from a shell script, so anything
# put in here must be in variable=value format, suitable for sourcing
# from a shell script.
# Examples:
# export TMPDIR=/dev/shm
export TMP=/var/tmp
export TMPDIR=/var/tmp
|