From cf4edd7e88aa3f020f3581fd67b7e22d67350d53 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 21 Jan 2017 10:10:42 +0100 Subject: reproducible debian: setup_pbuilder: fix syntax --- bin/reproducible_setup_pbuilder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index 23a6cf67..bbb852ee 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -162,7 +162,7 @@ STAMP=/var/log/jenkins/$SUITE-reproducible-base.tgz.stamp if [ -f "$STAMP" ] ; then if [ -f "$STAMP" -a $(stat -c %Y "$STAMP") -gt $(date +%s) ]; then - if [ $(stat -c %Y "$STAMP") -gt $(date +%s -d "+ 6 months")] then + if [ $(stat -c %Y "$STAMP") -gt $(date +%s -d "+ 6 months")]; then echo "Warning: stamp file is too far in the future, assuming something is wrong and deleting it" rm -v "$STAMP" else -- cgit v1.2.3-54-g00ecf