diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2010-04-02 22:03:02 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:20 -0600 |
commit | b2f69e2a90adce58775b76fd24c75e3ab51da4b6 (patch) | |
tree | e525baa4741e83abddf3ba1f4c116c3de6f3ba23 /plugins/files/bin/get.f.sh | |
parent | 5cbc6057d2a2c7e00b466eb987acf04d68e1c18c (diff) |
well, rvs trees at least sorta work now
Diffstat (limited to 'plugins/files/bin/get.f.sh')
-rw-r--r-- | plugins/files/bin/get.f.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/files/bin/get.f.sh b/plugins/files/bin/get.f.sh index 00508ab..e3d5edc 100644 --- a/plugins/files/bin/get.f.sh +++ b/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" |