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:

- lib/RBM/DefaultConfig.pm


Changes:

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



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/rbm/-/commit/36608a50ccf8feedcd03eb846c606718f5ef2d6b

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/rbm/-/commit/36608a50ccf8feedcd03eb846c606718f5ef2d6b
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to