summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-15 00:39:20 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-15 00:39:20 +0100
commit5c52cb782c291a0ca510e99e6c99583260f5d202 (patch)
tree44445be24a53a607e5b7accd3546e7d90b019da6 /bin/reproducible_common.sh
parente068f8b550593e4d12bfb6f91ea9f0ecfe9037f5 (diff)
downloadjenkins.debian.net-5c52cb782c291a0ca510e99e6c99583260f5d202.tar.xz
fixup file matching
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
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\">&beta;</span>" # used to be a star...
else
STAR=""