From 59006b0fe07469022b813cd8830acf6adebe80f3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 23 Feb 2015 17:42:59 +0100 Subject: fix typo --- bin/reproducible_html_repo_stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_repo_stats.sh') 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 -- cgit v1.2.3-54-g00ecf