summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-09-24 13:24:23 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-09-24 13:24:23 -0400
commit33febe8b8a5a6a237d6e3617f7c96e783a548378 (patch)
tree90d5510a8b191156df29db08735807de720cd460
parent440874bb58425f7d17129de6eba7196c9d4ac79c (diff)
parent1557b290b98286d8c44ea066b64cc0910eecc0f7 (diff)
Merge branch 'master' into thinkpenguin-par
-rw-r--r--.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.profile b/.profile
index c2fbf49..2e2e1d0 100644
--- a/.profile
+++ b/.profile
@@ -42,7 +42,9 @@ _JAVA_OPTIONS=''
_JAVA_OPTIONS+=' -Dawt.useSystemAAFontSettings=on'
_JAVA_OPTIONS+=' -Dswing.aatext=true'
_JAVA_OPTIONS+=' -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
-_JAVA_OPTIONS+=" -Djava.io.tmpdir=$TMPDIR"
+if [ -n "$TMPDIR" ]; then
+ _JAVA_OPTIONS+=" -Djava.io.tmpdir=$TMPDIR"
+fi
export _JAVA_OPTIONS
# ALSA