Skip to content

Commit

Permalink
Fix incorrect hashbang
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Dec 10, 2024
1 parent 3e88f74 commit a336a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ $(GITHUB_PAGES): $(HTML_USER_MANUAL)
# This target extracts the source files out of the DTX archive.
$(EXTRACTABLES): $(INSTALLER) $(DTXARCHIVE)
luatex $<
sed -i '1i#!/usr/bin/env luatex' markdown-cli.lua
sed -i '1i#!/usr/bin/env texlua' markdown-cli.lua
chmod +x markdown-cli.lua
texlua markdown-unicode-data-generator.lua >> markdown-unicode-data.lua
sed -i \
Expand Down

0 comments on commit a336a0f

Please sign in to comment.