summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-24 00:04:44 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-24 00:04:44 +0200
commit6115a0f3eea845e140cd7f8f785062c1efe8e252 (patch)
treed11db912bedf56e7e6d430f0dbdea294712cf60e /bin
parent68f7984a85d26dbccefcbf27e1e2cd5716aace4f (diff)
downloadjenkins.debian.net-6115a0f3eea845e140cd7f8f785062c1efe8e252.tar.xz
reproducible: more minor misc fixes
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index bde4d563..dc696d0d 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -32,7 +32,7 @@ for PACKAGE in "$@" ; do
TMPFILE=$(mktemp)
./misc.git/diffp b1/*.changes b2/*.changes | tee ${TMPFILE}
- if grep -qv '^\*\*\*\*\*' ${TMPFILE} ; then
+ if $(grep -qv '^\*\*\*\*\*' ${TMPFILE}) ; then
figlet ${PACKAGE}
echo
echo "${PACKAGE} build successfull."