mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-01 07:38:46 +00:00
parent
eaecb817ca
commit
ee3f0b19b4
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ end
|
||||||
# system utilities.
|
# system utilities.
|
||||||
#
|
#
|
||||||
|
|
||||||
if test -d /usr/xpg4/bin
|
if begin; not set -q FISH_UNIT_TESTS_RUNNING; and test -d /usr/xpg4/bin; end
|
||||||
not contains -- /usr/xpg4/bin $PATH
|
not contains -- /usr/xpg4/bin $PATH
|
||||||
and set PATH /usr/xpg4/bin $PATH
|
and set PATH /usr/xpg4/bin $PATH
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue