From 67952443f7a7e3a76c9755c3e0f04789ae7705d1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 2 Apr 2010 22:03:02 -0600 Subject: well, rvs trees at least sorta work now --- rvs/plugins/files/bin/get.f.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rvs/plugins/files/bin/get.f.sh') 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" -- cgit v1.2.3