diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-10 10:37:07 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-10 10:37:07 +0100 |
commit | 1b7c5f472c9bcb7f8654758de8663faee626f391 (patch) | |
tree | 48cd1e513052783c208faf465f8e0ef65e72b6b4 /bin | |
parent | 2849b40208d98d07fef8f2c3a41f217b8c894ae4 (diff) | |
download | jenkins.debian.net-1b7c5f472c9bcb7f8654758de8663faee626f391.tar.xz |
fix typo in comment
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_freebsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index b727067e..1d5de6be 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -56,7 +56,7 @@ run_diffoscope_on_results() { echo "<tr><td>$TARGET_NAME failed to build from source.</td></tr>" >> ${FILES_HTML[$FREEBSD_TARGET]} echo "</table>" >> ${FILES_HTML[$FREEBSD_TARGET]} GOOD_PERCENT[$FREEBSD_TARGET]="0" - return # FIXME: further refatcoring + return # FIXME: further refactoring needed fi cd $TMPDIR/b1 tree . |