diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_freebsd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index bfd1a586..bee0fb62 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -41,8 +41,8 @@ save_freebsd_results(){ # # main # -FREEBSD_TARGETS="master release/10.2.0" -# arrarys to save results +FREEBSD_TARGETS="master stable/10 release/10.2.0" +# arrays to save results declare -A ALL_FILES declare -A GOOD_FILES declare -A GOOD_PERCENT |