diff --git a/src/root/reproduce.tt b/src/root/reproduce.tt index 73bbaf11..20ce7596 100644 --- a/src/root/reproduce.tt +++ b/src/root/reproduce.tt @@ -117,7 +117,7 @@ else revCount="$(cat "$tmpDir/[% input.name %]/rev-count")" fi -args+=(--arg '[% input.name %]' "{ outPath = $inputDir; rev = \"[% input.revision %]\"; shortRev = \"[% input.revision.substr(0, 7) %]\"; revCount = \"$revCount\"; }") +args+=(--arg '[% input.name %]' "{ outPath = $inputDir; rev = \"[% input.revision %]\"; shortRev = \"[% input.revision.substr(0, 7) %]\"; revCount = $revCount; }") [%+ ELSIF input.type == "hg" %] @@ -139,7 +139,7 @@ else revCount="$(cat "$tmpDir/[% input.name %]/rev-count")" fi -args+=(--arg '[% input.name %]' "{ outPath = $inputDir; rev = \"[% input.revision %]\"; revCount = \"$revCount\"; }") +args+=(--arg '[% input.name %]' "{ outPath = $inputDir; rev = \"[% input.revision %]\"; revCount = $revCount; }") [%+ ELSIF input.type == "svn" %]