mirror of
https://github.com/systemd/systemd.git
synced 2025-02-22 09:57:34 +03:00
man: we is OK too -> which is OK too (#19708)
This commit is contained in:
parent
341d883ad6
commit
8a2f7b7c9b
@ -34,7 +34,7 @@ def rearrange_bin_sbin(path):
|
||||
|
||||
if __name__ == '__main__':
|
||||
path = os.environ['PATH'] # This should be always set.
|
||||
# If it's not, we'll just crash, we is OK too.
|
||||
# If it's not, we'll just crash, which is OK too.
|
||||
new = rearrange_bin_sbin(path)
|
||||
if new != path:
|
||||
print('PATH={}'.format(new))
|
||||
|
Loading…
x
Reference in New Issue
Block a user