mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-20 17:04:03 +00:00
__fish_apropos: Fix broken variable name
This commit is contained in:
parent
f485169391
commit
c25efeed7a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if test $status -eq 0 -a (count $sysver) -eq 3
|
||||||
# and override the MANPATH using that directory before we run `apropos`
|
# and override the MANPATH using that directory before we run `apropos`
|
||||||
#
|
#
|
||||||
# the cache is rebuilt once a week.
|
# the cache is rebuilt once a week.
|
||||||
set -l whatis $cache/whatis
|
set -l whatis $dir/whatis
|
||||||
set -l max_age 600000 # like a week
|
set -l max_age 600000 # like a week
|
||||||
set -l age $max_age
|
set -l age $max_age
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue