aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
m---------contrib/gana0
-rwxr-xr-xcontrib/taler-terms-generator2
m---------contrib/wallet-core0
3 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gana b/contrib/gana
-Subproject 72be9c8454abc39eb35e1019545ceda8ece7a6d
+Subproject ace673ed30067aa50ef5eebe16cc63ebe1ae066
diff --git a/contrib/taler-terms-generator b/contrib/taler-terms-generator
index 4f348ae7b..26cfd775b 100755
--- a/contrib/taler-terms-generator
+++ b/contrib/taler-terms-generator
@@ -234,7 +234,7 @@ fi
# As a heuristic for incremental builds, we only check the text output file.
if [[ "$INCREMENTAL" -eq 1 ]]
then
- if [[ "$VERSION" -ot "${OUTPUT}/buildstamp" ]];
+ if [[ "${VERSION}.rst" -ot "${OUTPUT}/buildstamp" ]];
then
echo "Not rebuilding, input file $VERSION is older than $OUTPUT/buildstamp."
exit 0
diff --git a/contrib/wallet-core b/contrib/wallet-core
-Subproject 8b867205faf742df8c2352d4cb2a6604305e406
+Subproject a17a7a51dd50e2f508b078b9aada038fe124ff9