From 5cae671fae9b0525a4301d254e763acd4399baca Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Tue, 23 Jul 2019 20:35:59 +0200 Subject: [PATCH] gnuism again --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 31dd27b..8a39fbc 100644 --- a/makefile +++ b/makefile @@ -77,7 +77,7 @@ DOCKER_BASE_IMAGE := registry.gitlab.com/mbarkhau/pycalver/base GIT_HEAD_REV = $(shell git rev-parse --short HEAD) DOCKER_IMAGE_VERSION = $(shell date -u +'%Y%m%dt%H%M%S')_$(GIT_HEAD_REV) -MAX_LINE_LEN = $(shell grep 'max-line-length' setup.cfg | sed 's/[^0-9]\+//') +MAX_LINE_LEN = $(shell grep 'max-line-length' setup.cfg | sed 's/[^0-9]{1,}//') build/envs.txt: requirements/conda.txt