projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3578564
)
man: we is OK too -> which is OK too (#19708)
author
наб
<nabijaczleweli@nabijaczleweli.xyz>
Mon, 24 May 2021 09:39:38 +0000
(11:39 +0200)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 9 Jul 2021 16:25:39 +0000
(18:25 +0200)
(cherry picked from commit
8a2f7b7c9b2c8da33d692cc828a99f84e03d018e
)
man/90-rearrange-path.py
patch
|
blob
|
history
diff --git
a/man/90-rearrange-path.py
b/man/90-rearrange-path.py
index 7537d5e915812194c8c5b7b45b75cd3b19b19532..70ee982d475ad296aa158f84b9153385f357b86c 100755
(executable)
--- a/
man/90-rearrange-path.py
+++ b/
man/90-rearrange-path.py
@@
-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, w
e
is OK too.
+ # If it's not, we'll just crash, w
hich
is OK too.
new = rearrange_bin_sbin(path)
if new != path:
print('PATH={}'.format(new))