Skip to content

Commit

Permalink
Revert #289135: lua*: support relative modules even when there are sy…
Browse files Browse the repository at this point in the history
…stem modules

This reverts commit ca6452f.
Regressions appeared and they need time to get resolved; see:
#289135 (comment)
  • Loading branch information
vcunat committed Mar 7, 2024
1 parent 590e65a commit 0f6ddea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/development/interpreters/lua-5/hooks/setup-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ addToLuaSearchPathWithCustomDelimiter() {
# export only if we haven't already got this dir in the search path
if [[ ${!varName-} == *"$absPattern"* ]]; then return; fi

# if the path variable has not yet been set, initialize it to ";;"
# this is a magic value that will be replaced by the default,
# allowing relative modules to be used even when there are system modules.
if [[ -v "${varName}" ]]; then export "${varName}=;;"; fi

export "${varName}=${!varName:+${!varName};}${absPattern}"
}

Expand Down

0 comments on commit 0f6ddea

Please sign in to comment.