diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 11:02:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 11:02:38 +0100 |
commit | fd3c2803e76ed7f588823b27942255987c3d4c18 (patch) | |
tree | 1e579bc66eff205dd6e9f9656b88bc31d43e09f3 /bin | |
parent | 6ca26f3df7a54213e20035d923ce3dac69540ec9 (diff) | |
download | jenkins.debian.net-fd3c2803e76ed7f588823b27942255987c3d4c18.tar.xz |
fix synxtax error
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index e9a5041a..0bb7cd66 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -239,7 +239,7 @@ gen_packages_html() { fi done string+=']' - python3 -c "from reproducible_html_packages import gen_packages_html; gen_packages_html(${string}, suite=\"${suite}\" no_clean=True)" + python3 -c "from reproducible_html_packages import gen_packages_html; gen_packages_html(${string}, suite=\"${suite}\", no_clean=True)" done python3 -c "from reproducible_html_packages import purge_old_pages; purge_old_pages()" cd "$CWD" |