Skip to content

Commit 377e0bb

Browse files
committed
Patch.sh: changed to see TeX Live binary directories for any *-darwin
1 parent 3a2039e commit 377e0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ -z "${TLPATH}" ]; then
3939
for ii in /Applications/TeXLive/Library/texlive/ /usr/local/texlive/ ; do
4040
[ -d "${ii}" ] && echo $ii
4141
done | head -1 | while read ff ; do
42-
find "${ff}" -maxdepth 3 -type d -name "x86_64-darwin" -o -name "universal-darwin"
42+
find "${ff}" -maxdepth 3 -type d -name "*-darwin"
4343
done | grep -e '/20[0-9][0-9][a-z]*/bin/' | sort | tail -1
4444
)
4545
)

0 commit comments

Comments
 (0)