fish: fix help for builtins
Removed trailing spaces in `sed` script that made it miss an occurrence of `nroff`.
This commit is contained in:
parent
3f5b404980
commit
c1df7ffb7d
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ let
|
|||
sed -e "s|sed |${gnused}/bin/sed |" \
|
||||
-i "$out/share/fish/functions/alias.fish" \
|
||||
"$out/share/fish/functions/prompt_pwd.fish"
|
||||
sed -i "s|nroff |${groff}/bin/nroff |" \
|
||||
sed -i "s|nroff|${groff}/bin/nroff|" \
|
||||
"$out/share/fish/functions/__fish_print_help.fish"
|
||||
sed -e "s|clear;|${getBin ncurses}/bin/clear;|" \
|
||||
-i "$out/share/fish/functions/fish_default_key_bindings.fish"
|
||||
|
|
Loading…
Reference in a new issue