about summary refs log tree commit diff stats
path: root/profile/luarocks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/luarocks.sh')
-rw-r--r--profile/luarocks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/luarocks.sh b/profile/luarocks.sh index 547a94d..e6e1d24 100644 --- a/profile/luarocks.sh +++ b/profile/luarocks.sh
@@ -1,5 +1,5 @@
1# add luarocks stuff to $PATH 1# add luarocks stuff to $PATH
2 2
3if command -v luarocks >/dev/null 2>&1; then 3if command -v luarocks >/dev/null 2>&1; then
4 eval "$(luarocks path --bin)" 4 eval "$(luarocks path)"
5fi 5fi