Skip to content

Commit 74be2d7

Browse files
committed
Use plain diff command in Makefile
1 parent 77f37c1 commit 74be2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DIFF ?= diff --strip-trailing-cr -u
1+
DIFF ?= diff
22
PANDOC ?= pandoc
33

44
test: test/input.md multiple-bibliographies.lua

0 commit comments

Comments
 (0)