mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-18 12:48:11 -05:00
Avoid setting a temporary variable flatpak_dirs which, while not exported to the environment, would still be defined as a shell "parameter" (variable) in the login shell itself. Consistently put the Flatpak directories before other XDG_DATA_DIRS, rather than putting them last if XDG_DATA_DIRS happens to be already set. Expand XDG_DATA_HOME if necessary, rather than assuming it will always be ~/.local/share. I don't know exactly which shells source profile.d, but it's possible that one of them might only implement POSIX test syntax, so prefer [ x = y ] over [ x == y ]. Fix some insufficient quoting that could have gone wrong if XDG_DATA_DIRS somehow contained spaces. Signed-off-by: Simon McVittie <smcv@debian.org>