diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-25 22:11:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-25 22:11:29 -0200 |
commit | 34c3eba0b22bc97bf3611294a3464c2d1510a007 (patch) | |
tree | 00d1334350840e5171a5e473963257a61fb1e304 /lib | |
parent | 41963ff0f4eccca14dd7a656a2ac8eb7beb2fd85 (diff) | |
download | keyringer-34c3eba0b22bc97bf3611294a3464c2d1510a007.tar.gz keyringer-34c3eba0b22bc97bf3611294a3464c2d1510a007.tar.bz2 |
Temp folder priority set to "$TMPDIR $TMP /tmpĀ /run/shm"
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/keyringer/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/functions b/lib/keyringer/functions index 7b96d6f..828cb31 100755 --- a/lib/keyringer/functions +++ b/lib/keyringer/functions @@ -144,7 +144,7 @@ function keyringer_check_tmp { function keyringer_set_tmpfile { local tmp local candidate - local candidates="/tmp /run/shm $TMP" + local candidates="$TMPDIR $TMP /tmp /run/shm" if [ -z "$BASEDIR" ]; then echo "Please set BASEDIR before creating a tmp file" |