summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-07 15:12:34 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-07 15:12:34 +0200
commit8ff89606be39a966b6a7afbce2f545ffae11144e (patch)
tree7644481c797f8574943e42fe95d6028f6081e298 /bin
parent62338e37c92e6f6b9ec55ac8d4ca49aeab64822c (diff)
downloadjenkins.debian.net-8ff89606be39a966b6a7afbce2f545ffae11144e.tar.xz
reproducible: fix typo
Diffstat (limited to 'bin')
-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 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="<font color=\"#333333\" size=\"-1\">&beta;</font>" # 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