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.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/profile/luarocks.sh b/profile/luarocks.sh index e6e1d24..e084c1f 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 3execp luarocks || return
4 eval "$(luarocks path)" 4
5fi 5eval "$(luarocks path)"