summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-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."