Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / RBM

Commits:

1 changed file:

Changes:

  • lib/RBM/DefaultConfig.pm
    ... ... @@ -593,7 +593,7 @@ URLGET
    593 593
     find [% src.join(' ') %] [% IF c('gnu_utils') %]-executable[% ELSE %]-perm +0111[% END %] -exec chmod 700 {} \\;
    
    594 594
     find [% src.join(' ') %] ! [% IF c('gnu_utils') %]-executable[% ELSE %]-perm +0111[% END %] -exec chmod 600 {} \\;
    
    595 595
     find [% src.join(' ') %] | sort | \
    
    596
    -        GZIP="--no-name \${GZIP}" tar --no-recursion [% IF c('gnu_utils') -%]
    
    596
    +        GZIP="--no-name \${GZIP:-}" tar --no-recursion [% IF c('gnu_utils') -%]
    
    597 597
                     --owner=root --group=root --mtime=@[% c('timestamp') %]
    
    598 598
                     [%- END -%]
    
    599 599
                     [% c('tar_args', { error_if_undef => 1 }) %] -T -