File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ EXTRA_CLEAN = sql/init-$(MAJORVERSION).sql sql/init.sql
14
14
15
15
# The version number of the program. It should be the same of the library.
16
16
REPACK_VERSION = $(shell grep '"version":' ../META.json | head -1 \
17
- | sed -e 's/\s * "version":\s * "\(.* \) ",/\1/')
17
+ | sed -e 's/[ ] * "version":[ ] * "\(.* \) ",/\1/')
18
18
19
19
PG_CPPFLAGS = -I$(libpq_srcdir ) -DREPACK_VERSION=$(REPACK_VERSION )
20
20
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ OBJS = repack.o pgut/pgut-be.o pgut/pgut-spi.o
15
15
16
16
# The version number of the program. It should be the same of the library.
17
17
REPACK_VERSION = $(shell grep '"version":' ../META.json | head -1 \
18
- | sed -e 's/\s * "version":\s * "\(.* \) ",/\1/')
18
+ | sed -e 's/[ ] * "version":[ ] * "\(.* \) ",/\1/')
19
19
20
20
PG_CPPFLAGS = -DREPACK_VERSION=$(REPACK_VERSION )
21
21
You can’t perform that action at this time.
0 commit comments