summaryrefslogtreecommitdiff
path: root/plugins/repo/get.d.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/repo/get.d.sh')
-rw-r--r--plugins/repo/get.d.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/repo/get.d.sh b/plugins/repo/get.d.sh
index 46f8fd0..816cd31 100644
--- a/plugins/repo/get.d.sh
+++ b/plugins/repo/get.d.sh
@@ -25,7 +25,7 @@ ver='0.7.3'
id="$1"
dir="$2"
-tmp=`tempfile`
+tmp=`mktemp`
"$RVS" get.f "$id" "$tmp"
#install -d "$dir"