mirror of
https://github.com/fish-shell/fish-shell
synced 2025-02-13 12:43:43 +00:00
get_pwd_slash() uses "if var.is_empty()" but it should be "if !var.is_empty()". This wasn't a problem so far because in practice most code paths use the get_pwd_slash() override from EnvStackImpl. The generic one is used in the upcoming unit tests. |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs |