summaryrefslogtreecommitdiff
path: root/plugins/repo/get.d.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-09-14 11:10:40 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:15 -0600
commit1aae71a1c7365d56aa6b0549bde6e8af07513f5f (patch)
treeac2ff3b3c5448172f958fb1cdaaf3f8b6920319d /plugins/repo/get.d.sh
parent941747dd168338cac09532eb8ce02105b52bed72 (diff)
replace all uses of tempfile(1) with mktemp(1) in shell scripts
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"