[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/rbm][main] Bug 40100: Fix problems found with set -u.



Title: GitLab

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

Commits:

  • 36608a50
    by Pier Angelo Vendrame at 2026-01-27T09:04:03+01:00
    Bug 40100: Fix problems found with set -u.
    

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 -
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx