@ -1,3 +1,4 @@
#
# Lists Pacman disowned files.
@ -6,7 +7,7 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
local tmp="${TMPDIR-/tmp}/pacman-disowned-$UID-$$"
local tmp="${TMPDIR:-/tmp}/pacman-disowned-$UID-$$"
local db="$tmp/db"
local fs="$tmp/fs"