Loading

Paste #padcfwqxa

  1. diff --git a/Makefile b/Makefile
  2. --- a/Makefile
  3. +++ b/Makefile
  4. @@ -118,7 +118,7 @@ GIT            ?= git
  5.  PYTHON         ?= python
  6.  
  7.  UNIX2DOS       ?= unix2dos
  8. -UNIX2DOS_FLAGS ?= $(shell [ -n $(UNIX2DOS) ] && $(UNIX2DOS) -q --version 2>/dev/null && echo "-q" || echo "")
  9. +UNIX2DOS_FLAGS ?= $(shell [ -n $(UNIX2DOS) ] && $(UNIX2DOS) -q --version 2>/dev/null 1>& 2 && echo "-q" || echo "")
  10.  
  11.  ################################################################
  12.  # Get the Repository revision, tags and the modified status

Comments