man: we is OK too -> which is OK too (#19708)

This commit is contained in:
наб 2021-05-24 11:39:38 +02:00 committed by GitHub
parent 341d883ad6
commit 8a2f7b7c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))