diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_repo_stats.sh | 2 |
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 |