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
1 changed file:
Changes:
| ... | ... | @@ -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 -
|