From 8ff89606be39a966b6a7afbce2f545ffae11144e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 7 Oct 2014 15:12:34 +0200 Subject: reproducible: fix typo --- bin/reproducible_stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 4f6f3a6a..b70ed42f 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -86,7 +86,7 @@ link_packages() { if $EXTRA_STAR && [ ! -f "/var/lib/jenkins/userContent/buildinfo/${PKG}_${EVERSION}_amd64.buildinfo" ] ; then STAR="β" # used to be a star... fi - NAVI="/var/lib/jenkins/userContent/rb-pkg/$1_navigation.html" + NAVI="/var/lib/jenkins/userContent/rb-pkg/${PKG}_navigation.html" # only build $PKG pages if they don't exist or are older than $BUILD_DATE FILE=$(find ! -newermt "$BUILD_DATE" -name $NAVI) if [ ! -f $NAVI ] || [ "$FILE" != "" ] ; then -- cgit v1.2.3-70-g09d2