Skip to content

Commit

Permalink
fix undefined lua vars
Browse files Browse the repository at this point in the history
  • Loading branch information
cfr42 committed Oct 27, 2024
1 parent bedf4ac commit 4f61b08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
-- $Id: build.lua 10497 2024-10-12 05:57:08Z cfrees $
-- $Id: build.lua 10537 2024-10-27 04:41:33Z cfrees $
-- Build configuration for fillwith
--------------------------------------------------------------------------------
os.setenv ("PATH", "/usr/local/texlive/bin:/usr/bin:")
os.setenv ("TEXMFHOME", ".")
os.setenv ("TEXMFLOCAL", ".")
os.setenv ("TEXMFARCH", ".")
--------------------------------------------------------------------------------
local maindir = maindir or "."
maindir = maindir or "."
sourcedir = sourcedir or "."
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
ctanpkg = "fillwith"
Expand Down

0 comments on commit 4f61b08

Please sign in to comment.