From 832af38380ba5b6a020b034059b4bc5ff7443ded Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 13 May 2023 23:50:35 -0500 Subject: uhhh --- profile/luarocks.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'profile/luarocks.sh') 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 @@ # add luarocks stuff to $PATH -if command -v luarocks >/dev/null 2>&1; then - eval "$(luarocks path)" -fi +execp luarocks || return + +eval "$(luarocks path)" -- cgit 1.4.1-21-gabe81