mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
Fix __fish_help_dir when running from build directory
When running fish from a CMake build directory ("build/fish"),
"__fish_help_dir" is wrong because we assume the tarball layout. Fix
that.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
# NOTE: When our executable is located outside the build directory, these are different.
|
||||
# CHECKERR: config: paths.data: {{.*}}/share
|
||||
# CHECKERR: config: paths.doc: {{.*}}/user_doc/html
|
||||
# CHECKERR: config: paths.doc: {{.*/user_doc/html|\|not found\|}}
|
||||
|
||||
# CHECKERR: config: sourcing {{.+}}/etc/config.fish
|
||||
# CHECKERR: config: not sourcing {{.*}}/xdg_config_home/fish/config.fish (not readable or does not exist)
|
||||
|
||||
Reference in New Issue
Block a user