summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/firefox-snap/tmpdir
blob: e7e60801fa5ad5cdccf7d1ff7a86a08d7b362bae (plain)
1
2
3
4
5
6
#!/bin/bash

# Set TMPDIR to be under the user's default Downloads dir
export TMPDIR=$(xdg-user-dir DOWNLOAD)/firefox.tmp

exec "$@"