diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-15 00:39:20 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-15 00:39:20 +0100 |
commit | 5c52cb782c291a0ca510e99e6c99583260f5d202 (patch) | |
tree | 44445be24a53a607e5b7accd3546e7d90b019da6 /bin | |
parent | e068f8b550593e4d12bfb6f91ea9f0ecfe9037f5 (diff) | |
download | jenkins.debian.net-5c52cb782c291a0ca510e99e6c99583260f5d202.tar.xz |
fixup file matching
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index d62570eb..14384c3e 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -289,7 +289,7 @@ publish_page() { } set_package_star() { - if [ -f /var/lib/jenkins/userContent/buildinfo/${PKG}_*.buildinfo ] ; then + if [ -f "/var/lib/jenkins/userContent/buildinfo/${PKG}_*.buildinfo" ] ; then STAR="<span class=\"beta\">β</span>" # used to be a star... else STAR="" |