diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2013-11-13 15:32:10 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2013-11-13 15:32:10 +0100 |
commit | 384492772eef195831bb0e9726a48d871f166927 (patch) | |
tree | dcfc7e3452190edcb1500fe8f2a0a23a4beba4a3 /Makefile | |
parent | 217a43551fae3bff78e6fabef8f29919e252ac15 (diff) | |
parent | 3168eaa1d1e3336df81c184b6869a1553e3b8b8e (diff) | |
download | luarocks-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-- | 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':" |