Skip to content
Commit 19d3cf81 authored by Benno Fünfstück's avatar Benno Fünfstück
Browse files

rust: fix fetch-cargo-deps for git dependencies

We need to make sure that `$revs` ends with a space, since files must always
end with newlines. The previous code ignored the last entry in `$revs`, because
read already returns non-zero exit code for the last entry, as it does not end
with a space.
parent 3dc0792e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment