We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2039e commit 377e0bbCopy full SHA for 377e0bb
Patch.sh
@@ -39,7 +39,7 @@ if [ -z "${TLPATH}" ]; then
39
for ii in /Applications/TeXLive/Library/texlive/ /usr/local/texlive/ ; do
40
[ -d "${ii}" ] && echo $ii
41
done | head -1 | while read ff ; do
42
- find "${ff}" -maxdepth 3 -type d -name "x86_64-darwin" -o -name "universal-darwin"
+ find "${ff}" -maxdepth 3 -type d -name "*-darwin"
43
done | grep -e '/20[0-9][0-9][a-z]*/bin/' | sort | tail -1
44
)
45
0 commit comments