diff options
author | 2020-03-17 09:31:38 -0400 | |
---|---|---|
committer | 2020-03-17 09:31:38 -0400 | |
commit | 7b5604ee7779d057b13285a6dedb092d2b39f172 (patch) | |
tree | 03fa4ffaf2c836b581ae6c7a776795144eceb823 /src | |
parent | 874b3ef5965170d152c9e702eb7c90075e7ab418 (diff) | |
download | textadept-7b5604ee7779d057b13285a6dedb092d2b39f172.tar.gz textadept-7b5604ee7779d057b13285a6dedb092d2b39f172.zip |
Fixed version determination for documentation generation.
Recent code formatting changed the quotes to look for.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 70446771..9706b777 100644 --- a/src/Makefile +++ b/src/Makefile @@ -100,7 +100,7 @@ else endif endif version = $(shell grep -m 1 _RELEASE ../core/init.lua | cut -d ' ' -f4- | \ - tr ' ' '_' | tr -d '"') + tr ' ' '_' | tr -d "'") WGET = wget -O $@ # Scintilla. |