summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repo_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-23 17:42:59 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-23 17:42:59 +0100
commit59006b0fe07469022b813cd8830acf6adebe80f3 (patch)
tree678e1c3634fbe54655239b23fdaa71ddde50f9e2 /bin/reproducible_html_repo_stats.sh
parente2efd6d4bbe5024f828a1968e2e4aeef70022b21 (diff)
downloadjenkins.debian.net-59006b0fe07469022b813cd8830acf6adebe80f3.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_html_repo_stats.sh')
-rwxr-xr-xbin/reproducible_html_repo_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_repo_stats.sh b/bin/reproducible_html_repo_stats.sh
index baa77c16..fa4d0770 100755
--- a/bin/reproducible_html_repo_stats.sh
+++ b/bin/reproducible_html_repo_stats.sh
@@ -50,7 +50,7 @@ for PKG in $SOURCES ; do
if [ ! -z "$CRUFT" ] ; then
WARN=true
fi
- $CRUFT="$CRUFT ${VERSION}"
+ CRUFT="$CRUFT ${VERSION}"
fi
done
if $WARN ; then