Skip to content

Commit

Permalink
Lets not spam users with error message on fresh checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
viraniac authored and igorpecovnik committed Jun 27, 2024
1 parent 7b42317 commit cea2fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/functions/general/extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@ function enable_extension() {
# there are many opportunities here. too many, actually. let userpatches override just some functions, etc.
for extension_base_path in "${USERPATCHES_PATH}/extensions" "${SRC}/extensions"; do
[[ -d "${extension_base_path}" ]] || continue
extension_dir="${extension_base_path}/${extension_name}"
extension_file_in_dir="${extension_dir}/${extension_name}.sh"
extension_floating_file="${extension_base_path}/${extension_name}.sh"
Expand Down

0 comments on commit cea2fc5

Please sign in to comment.