diff options
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. |