diff options
author | Case Duckworth | 2022-06-15 15:28:42 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-15 15:28:42 -0500 |
commit | 7132455b4efbf2e30c6a5433f1ae2ad553bd2d60 (patch) | |
tree | c36624413616d6750362a15b857779f85ddf494b /profile | |
parent | Go path (diff) | |
download | etc-7132455b4efbf2e30c6a5433f1ae2ad553bd2d60.tar.gz etc-7132455b4efbf2e30c6a5433f1ae2ad553bd2d60.zip |
Luarocks
Diffstat (limited to 'profile')
-rw-r--r-- | profile/luarocks.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profile/luarocks.sh b/profile/luarocks.sh index 315c0b7..547a94d 100644 --- a/profile/luarocks.sh +++ b/profile/luarocks.sh | |||
@@ -1,4 +1,5 @@ | |||
1 | # add luarocks stuff to $PATH | 1 | # add luarocks stuff to $PATH |
2 | 2 | ||
3 | command -v luarocks >/dev/null 2>&1 && | 3 | if command -v luarocks >/dev/null 2>&1; then |
4 | eval $(luarocks path) | 4 | eval "$(luarocks path --bin)" |
5 | fi | ||