From 5dc15abba740eae84b4202a6a7319cad163fe87c Mon Sep 17 00:00:00 2001 From: ttrask Date: Fri, 27 Feb 2009 13:59:37 +0000 Subject: Reverted 1710 and 1712 mistaken updates to core. Release never used. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1714 ab2d0c66-481e-0410-8bed-d214d4d58bed --- Makefile | 2 +- lib/format.lua | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1d41c75..ffb4ec8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=core PACKAGE=acf-$(APP_NAME) -VERSION=0.4.22 +VERSION=0.4.21 P=$(PACKAGE)-$(VERSION) DISTDIR:=$(shell pwd)/$(P) diff --git a/lib/format.lua b/lib/format.lua index e2069f0..63b8fec 100644 --- a/lib/format.lua +++ b/lib/format.lua @@ -101,10 +101,6 @@ function parse_configfile( input, comment ) local lines = parse_linesandwords(input, comment) for i,linetable in ipairs(lines) do - if string.find(linetable[1], "%S=%S") then - table.insert(linetable, 2, string.match(linetable[1], "=(%S+)")) - linetable[1] = string.match(linetable[1], "^[^=]+") - end config[linetable[1]] = table.concat(linetable, " ", 2) or "" end return config -- cgit v1.2.3