From db99f75854f53c32975f8431b5b70d825dc261f6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 3 Mar 2015 14:47:11 +0100 Subject: fix syntax --- bin/reproducible_html_graphs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index fa938b3f..ae74c54d 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -180,7 +180,7 @@ FIELDS[0]="datum, reproducible, unreproducible, FTBFS, other, untested" FIELDS[1]="datum" for i in reproducible unreproducible FTBFS other ; do for j in $SUITES ; do - FIELDS[1]="$FIELDS[1], ${i}_${j}" + FIELDS[1]="${FIELDS[1]}, ${i}_${j}" done done FIELDS[2]="datum, oldest_reproducible, oldest_unreproducible, oldest_FTBFS" -- cgit v1.2.3-70-g09d2