Skip to content

Commit

Permalink
Optimize needless catcode switching in package code
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Dec 14, 2023
1 parent bd47207 commit 3eb7231
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ $(EXTRACTABLES): $(INSTALLER) $(DTXARCHIVE)
-e 's#(((VERSION)))#$(VERSION)#g' \
-e 's#(((LASTMODIFIED)))#$(LASTMODIFIED)#g' \
$(INSTALLABLES)
sed -i \
-e '/\\ExplSyntaxOff/{N;/\\ExplSyntaxOn/d;}' \
$(INSTALLABLES)

# This target produces the version file.
$(VERSION_FILE): force
Expand Down

0 comments on commit 3eb7231

Please sign in to comment.