From 66bf838d59c30be7f65ed56a1b3efc8441dc987c Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 12 Nov 2013 20:08:29 -0200 Subject: Remove incompatibility in the sed command, as reported in the Lua mailing list. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b0334c8..7a9eae1e 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ purge.lua path.lua write_rockspec.lua CONFIG_FILE = $(SYSCONFDIR)/config-$(LUA_VERSION).lua -SAFEPWD=`echo "$$PWD" | sed -e 's/\([][]\)\1/]]..'\''\1\1'\''..[[/g' -` +SAFEPWD=`echo "$$PWD" | sed -e 's/\([][]\)\1/]]..'\''\1\1'\''..[[/g'` all: @echo "- Type 'make build' and 'make install':" -- cgit v1.2.3-55-g6feb