diff options
author | Martin Stransky <stransky@anakreon.cz> | 2014-11-10 09:11:41 +0100 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2014-11-10 09:11:41 +0100 |
commit | f8f8f9038190ace70a2a0c0a38e4ae6c43c5a234 (patch) | |
tree | c6105177eb54990fda0c8669178dd30a60fb9c30 /firefox.sh.in | |
parent | system jpeg - let's do it better (diff) | |
download | librewolf-fedora-ff-f8f8f9038190ace70a2a0c0a38e4ae6c43c5a234.tar.gz librewolf-fedora-ff-f8f8f9038190ace70a2a0c0a38e4ae6c43c5a234.tar.bz2 librewolf-fedora-ff-f8f8f9038190ace70a2a0c0a38e4ae6c43c5a234.zip |
Fixed rhbz#1161110 - /usr/bin/firefox should not mess with TMPDIR
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index f576b2b..74a5f73 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -142,14 +142,6 @@ export FONTCONFIG_PATH GNOME_DISABLE_CRASH_DIALOG=1 export GNOME_DISABLE_CRASH_DIALOG -## -## 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="${TMPDIR:-/var/tmp}" -export TMPDIR - # OK, here's where all the real work gets done |