From 7b5604ee7779d057b13285a6dedb092d2b39f172 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 17 Mar 2020 09:31:38 -0400 Subject: Fixed version determination for documentation generation. Recent code formatting changed the quotes to look for. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3