commit a8442356cd26f2396c7d937418432362c1b8aee7 (tree) parent 167d9630698b74997acabaed17778dbd135dfe48 Author: Motiejus Jakštys <desired.mta@gmail.com> Date: Mon, 25 May 2020 13:55:24 +0300 slightly shorter awk script Diffstat:
| M | II/Referatas/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/II/Referatas/Makefile b/II/Referatas/Makefile @@ -29,7 +29,7 @@ db/.faux_ready: zeimena.gpkg managedb touch $@ REF = $(shell git describe --tags) -DIRTY = $(shell git status --porcelain | awk 'NR==1{print "-dirty";exit}') +DIRTY = $(shell git status --porcelain | awk '{print"-dirty";exit}') GIT_DIR = $(shell git rev-parse --show-toplevel)/.git version.tex: $(shell git ls-files .) $(GIT_DIR) ( \