Skip to content

Commit

Permalink
🐛 Fix kpse
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Feb 3, 2025
1 parent 886cd03 commit f40bfb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/texrocks
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env -S luahbtex --shell-escape --luaonly
#!/usr/bin/env texlua
if kpse then
kpse.set_program_name(status.list().luatex_engine)
kpse.set_program_name(arg[0])
require 'texrocks.cmd'.main()
else
require 'texrocks.adapter'.fix()
Expand Down

0 comments on commit f40bfb2

Please sign in to comment.