summaryrefslogtreecommitdiff
path: root/plugins/repo/get.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/repo/get.sh')
-rw-r--r--plugins/repo/get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/repo/get.sh b/plugins/repo/get.sh
index 53894cf..583428a 100644
--- a/plugins/repo/get.sh
+++ b/plugins/repo/get.sh
@@ -23,7 +23,7 @@ source "$libexecdir/lib/stdio"
# get ID [FILE]
id="$1"
-tmp=`tempfile`
+tmp=`mktemp`
"$RVS" get.f "$id" "$tmp"
type="`sed -n 's/^type://p' "$tmp"`"
file="${2-`sed -n 's/^name://p' "$tmp"`}"