Disable releasecheck in 2.178

This commit is contained in:
Nick Bebout 2022-02-15 12:30:07 -06:00
parent 2f815205a9
commit 8e4211e86d

View file

@ -1463,8 +1463,8 @@ if ( ! defined $options_good ) { exit $EX_USAGE ; }
# the second line (ending with "1 ;") can then stay active or be commented,
# the result will be the same: no releasecheck by default (because 0 is then the defined value).
#$sync->{releasecheck} = defined $sync->{releasecheck} ? $sync->{releasecheck} : 0 ;
$sync->{releasecheck} = defined $sync->{releasecheck} ? $sync->{releasecheck} : 1 ;
$sync->{releasecheck} = defined $sync->{releasecheck} ? $sync->{releasecheck} : 0 ;
#$sync->{releasecheck} = defined $sync->{releasecheck} ? $sync->{releasecheck} : 1 ;
# just the version
if ( $sync->{ version } ) {