summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-05 21:07:12 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-05 21:07:12 +0200
commitf458320fb31a6ab4885a9099ae48ec17f18bdfd0 (patch)
tree87ee6b15b69606dad04777108a8c4af492e5a2de /bin/reproducible_stats.sh
parentabb45b631c0b479ba04a500d37f8b2bdf8eebf73 (diff)
downloadjenkins.debian.net-f458320fb31a6ab4885a9099ae48ec17f18bdfd0.tar.xz
reproducible: fix rather fatal typo
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 4efb0a3e..1f0cc4b9 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -65,7 +65,7 @@ init_navi_frame() {
}
append2navi_frame() {
- echo "$2" >> $NAVI
+ echo "$1" >> $NAVI
}
finish_navi_frame() {