diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-11-12 20:08:29 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-11-12 20:08:29 -0200 |
commit | 66bf838d59c30be7f65ed56a1b3efc8441dc987c (patch) | |
tree | 20005af5a7759d53ce4e34ed70ea839b0ae29601 | |
parent | 1078610241d5fe84733bc1094653b482dc64a8ac (diff) | |
download | luarocks-66bf838d59c30be7f65ed56a1b3efc8441dc987c.tar.gz luarocks-66bf838d59c30be7f65ed56a1b3efc8441dc987c.tar.bz2 luarocks-66bf838d59c30be7f65ed56a1b3efc8441dc987c.zip |
Remove incompatibility in the sed command, as reported in the Lua mailing list.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ purge.lua path.lua write_rockspec.lua | |||
28 | 28 | ||
29 | CONFIG_FILE = $(SYSCONFDIR)/config-$(LUA_VERSION).lua | 29 | CONFIG_FILE = $(SYSCONFDIR)/config-$(LUA_VERSION).lua |
30 | 30 | ||
31 | SAFEPWD=`echo "$$PWD" | sed -e 's/\([][]\)\1/]]..'\''\1\1'\''..[[/g' -` | 31 | SAFEPWD=`echo "$$PWD" | sed -e 's/\([][]\)\1/]]..'\''\1\1'\''..[[/g'` |
32 | 32 | ||
33 | all: | 33 | all: |
34 | @echo "- Type 'make build' and 'make install':" | 34 | @echo "- Type 'make build' and 'make install':" |