Skip to content

Add BUNDLE_USER_* and GEM_* env vars to bin/gdk-shell

What does this Merge Request do and why?

This MR passes along some additional env vars in bin/gdk-shell but only if they have a value defined as an empty value is processed and causes issues otherwise:

  • BUNDLE_USER_CACHE
  • BUNDLE_USER_CONFIG
  • BUNDLE_USER_PLUGIN
  • GEM_HOME
  • GEM_PATH
  • GEM_ROOT

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Closes #1417 (closed)

Edited by Ash McKenzie

Merge request reports