mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
avoid gnuism
This commit is contained in:
parent
06dd877cbf
commit
bb02a41f6c
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue