Skip to content

Commit

Permalink
profile: Unset temporary variable
Browse files Browse the repository at this point in the history
Fixes: flatpak#5574
(cherry picked from commit 955d0c0)
  • Loading branch information
chrisawi authored and smcv committed Apr 22, 2024
1 parent 17c1be2 commit 0f3aba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profile/flatpak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ if command -v flatpak > /dev/null; then

export XDG_DATA_DIRS
XDG_DATA_DIRS="${new_dirs:+${new_dirs}:}${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"

unset new_dirs
fi

0 comments on commit 0f3aba0

Please sign in to comment.