aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-03-17 09:31:38 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-03-17 09:31:38 -0400
commit7b5604ee7779d057b13285a6dedb092d2b39f172 (patch)
tree03fa4ffaf2c836b581ae6c7a776795144eceb823 /src
parent874b3ef5965170d152c9e702eb7c90075e7ab418 (diff)
downloadtextadept-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/Makefile2
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.