summaryrefslogtreecommitdiff
path: root/rvs/plugins/files/bin/get.f.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2010-04-02 22:03:02 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:20 -0600
commit67952443f7a7e3a76c9755c3e0f04789ae7705d1 (patch)
tree00bea57bdf74b20c9336b565880a2def6c321a00 /rvs/plugins/files/bin/get.f.sh
parent0f7db62d9229aeaf87ab13fb010be797b375ff5a (diff)
well, rvs trees at least sorta work now
Diffstat (limited to 'rvs/plugins/files/bin/get.f.sh')
-rw-r--r--rvs/plugins/files/bin/get.f.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/rvs/plugins/files/bin/get.f.sh b/rvs/plugins/files/bin/get.f.sh
index 00508ab..e3d5edc 100644
--- a/rvs/plugins/files/bin/get.f.sh
+++ b/rvs/plugins/files/bin/get.f.sh
@@ -23,5 +23,7 @@ usage="FILENAME ID"
name="`getvar "$1"`"
id="`getvar "$2"`"
-install -T "$REPO/@ID@/$id" "$name"
+hash="`"$RVS" blob-gethash "$id"`"
+
+install -T "$REPO/@ID@/$hash" "$name"