Skip to content

Commit

Permalink
mirror updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Sep 15, 2024
1 parent 2d7b723 commit b61deab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions init/bash.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ fi

__build_FPATH_for_zsh_ksh()
{

if ! (compinit -C 2> /dev/null) ; then
__zsh_fpath=$(unset FPATH; zsh -f -c 'echo $FPATH')
fi

export FPATH=$(@PKGV@/libexec/addto --append FPATH ${__zsh_fpath:-$FPATH} @PKGV@/init/ksh_funcs)
unset __zsh_fpath
}
Expand Down
2 changes: 1 addition & 1 deletion src/RC2lua.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ proc parseMyArgs {args} {
set v [string trimleft $arg -]
dict set argT kind "\"$v\""
}
--hidden_load {
--hidden_loaded {
dict set argT hidden_load true
}
--not-group - --not-user - --group - --user {
Expand Down
4 changes: 0 additions & 4 deletions src/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,6 @@ function colorizePropA(style, mt, modT, mrc, propT, legendT, forbiddenT)
return resultA
end





local __expert = false
--------------------------------------------------------------------------
-- Return true if in expert mode.
Expand Down

0 comments on commit b61deab

Please sign in to comment.