avoid gnuism

This commit is contained in:
Manuel Barkhau 2019-07-23 20:28:55 +02:00
parent 06dd877cbf
commit bb02a41f6c

View file

@ -78,7 +78,7 @@ GIT_HEAD_REV = $(shell git rev-parse --short HEAD)
DOCKER_IMAGE_VERSION = $(shell date -u +'%Y%m%dt%H%M%S')_$(GIT_HEAD_REV) DOCKER_IMAGE_VERSION = $(shell date -u +'%Y%m%dt%H%M%S')_$(GIT_HEAD_REV)
MAX_LINE_LEN = $(shell grep 'max-line-length = 100' setup.cfg | grep -oE "[0-9]+") MAX_LINE_LEN = $(shell grep 'max-line-length' setup.cfg | sed 's/[^0-9]\+//')
build/envs.txt: requirements/conda.txt build/envs.txt: requirements/conda.txt