summaryrefslogtreecommitdiffstats
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-24 15:08:28 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-24 15:08:28 +0200
commite1a9f0b298534c2b7b7335c9459515b5ea2ff264 (patch)
tree069406514a93b204f0e21c690e57262f64c641f2 /firefox.sh.in
parentf6c58693e58b540585725bb6ca65a47b245a09c4 (diff)
Xulrunner / Firefox 22.0
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 863f334..db9f6f3 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -135,11 +135,11 @@ GNOME_DISABLE_CRASH_DIALOG=1
export GNOME_DISABLE_CRASH_DIALOG
##
-## Use $MOZ_TMPDIR if set. Otherwise use /var/tmp instead of /tmp
+## Use $TMPDIR if set. Otherwise use /var/tmp instead of /tmp
## because of 1GB /tmp limit in Fedora 18 and later.
## See: https://bugzilla.redhat.com/show_bug.cgi?id=867073
##
-TMPDIR="${MOZ_TMPDIR:-/var/tmp}"
+TMPDIR="${TMPDIR:-/var/tmp}"
export TMPDIR
# OK, here's where all the real work gets done