path.1 (fish-3.5.0.tar.xz) | : | path.1 (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 376 | skipping to change at line 376 | |||
# (this also depends on your particular version of find) | # (this also depends on your particular version of find) | |||
# Note the `-z` is unnecessary for any sensible version of find - if ` path` sees a NULL, | # Note the `-z` is unnecessary for any sensible version of find - if ` path` sees a NULL, | |||
# it will split on NULL automatically. | # it will split on NULL automatically. | |||
find . -maxdepth 1 -type f -executable -print0 | path resolve -z | find . -maxdepth 1 -type f -executable -print0 | path resolve -z | |||
set -l paths (path filter -p exec $PATH/fish -Z | path resolve) | set -l paths (path filter -p exec $PATH/fish -Z | path resolve) | |||
COPYRIGHT | COPYRIGHT | |||
2022, fish-shell developers | 2022, fish-shell developers | |||
3.5 Jun 16, 2022 PATH(1) | 3.5 Jul 20, 2022 PATH(1) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |