aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2013-11-13 15:32:10 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2013-11-13 15:32:10 +0100
commit384492772eef195831bb0e9726a48d871f166927 (patch)
treedcfc7e3452190edcb1500fe8f2a0a23a4beba4a3 /Makefile
parent217a43551fae3bff78e6fabef8f29919e252ac15 (diff)
parent3168eaa1d1e3336df81c184b6869a1553e3b8b8e (diff)
downloadluarocks-384492772eef195831bb0e9726a48d871f166927.tar.gz
luarocks-384492772eef195831bb0e9726a48d871f166927.tar.bz2
luarocks-384492772eef195831bb0e9726a48d871f166927.zip
Merge branch 'master' of https://github.com/keplerproject/luarocks into command_quoting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
28 28
29CONFIG_FILE = $(SYSCONFDIR)/config-$(LUA_VERSION).lua 29CONFIG_FILE = $(SYSCONFDIR)/config-$(LUA_VERSION).lua
30 30
31SAFEPWD=`echo "$$PWD" | sed -e 's/\([][]\)\1/]]..'\''\1\1'\''..[[/g' -` 31SAFEPWD=`echo "$$PWD" | sed -e 's/\([][]\)\1/]]..'\''\1\1'\''..[[/g'`
32 32
33all: 33all:
34 @echo "- Type 'make build' and 'make install':" 34 @echo "- Type 'make build' and 'make install':"