yegor256 / cam

Classes and Metriсs (CaM): a dataset of Java classes from public open-source GitHub repositories
http://cam.yegor256.com
MIT License
23 stars 32 forks source link

Fix check tlmgr --version for macOS #338

Closed timur-harin closed 3 months ago

timur-harin commented 3 months ago

@yegor256 When try to complete tlmgr step on macOS, I faced with issue

/Users/timur/develop/cam/help/assert-tool.sh: line 35: tlmgr: command not found
I can't continue, because 'tlmgr' command line tool is not available.

This is because PATH export executes only if Linux

PATH=$PATH:$("${LOCAL}/help/texlive-bin.sh")
timur-harin commented 3 months ago

@yegor256 Please see issue solving in PR #339

timur-harin commented 3 months ago

@yegor256 Close this issue, because PR merged