Skip to content

Commit

Permalink
Merge pull request #339 from timur-harin/fix_tlmgr_path
Browse files Browse the repository at this point in the history
Add path export of tlmgr for macOS
  • Loading branch information
yegor256 authored May 24, 2024
2 parents 4dbde38 + 474fb4b commit ef1b04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installs/install-texlive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if ! "${LOCAL}/help/texlive-bin.sh"; then
fi

if ! tlmgr --version >/dev/null 2>&1; then
if "${LOCAL}/help/is-linux.sh"; then
if "${LOCAL}/help/is-linux.sh" || "${LOCAL}/help/is-macos.sh"; then
PATH=$PATH:$("${LOCAL}/help/texlive-bin.sh")
export PATH
else
Expand Down

0 comments on commit ef1b04d

Please sign in to comment.