aboutsummaryrefslogtreecommitdiff
path: root/contrib/taler-terms-generator
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-02-22 15:36:56 +0100
committerFlorian Dold <florian@dold.me>2024-02-22 15:36:56 +0100
commit1ebaa0c4056366a8a90b3832f9176aacec323446 (patch)
tree41eb31fe445e3c0567fc5e3082f6c363883415e7 /contrib/taler-terms-generator
parent653dabdb63822ad8df2eb42571dd073a47fc9bba (diff)
downloadexchange-1ebaa0c4056366a8a90b3832f9176aacec323446.tar.xz
taler-terms-generator: fix incremental build check
Diffstat (limited to 'contrib/taler-terms-generator')
-rwxr-xr-xcontrib/taler-terms-generator2
1 files changed, 1 insertions, 1 deletions
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