Skip to content

Commit

Permalink
Fix: unix2dos detection failed on Debian 10
Browse files Browse the repository at this point in the history
  • Loading branch information
orudge committed Mar 1, 2021
1 parent dc3e3ea commit 8bd1d99
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 @@ -121,7 +121,7 @@ GIT ?= $(shell git status >/dev/null 2>/dev/null && which git 2>/dev/
PYTHON ?= python

UNIX2DOS ?= $(shell which unix2dos 2>/dev/null)
UNIX2DOS_FLAGS ?= $(shell [ -n $(UNIX2DOS) ] && $(UNIX2DOS) -q --version 2>/dev/null && echo "-q" || echo "")
UNIX2DOS_FLAGS ?= $(shell [ -n $(UNIX2DOS) ] && $(UNIX2DOS) -q --version 1>&2 2>/dev/null && echo "-q" || echo "")

################################################################
#
Expand Down

0 comments on commit 8bd1d99

Please sign in to comment.