profile: Unset temporary variable

Fixes: #5574
This commit is contained in:
Chris Williams
2024-03-15 01:36:09 -04:00
committed by Patrick
parent 26f740f67b
commit 955d0c091a

View File

@@ -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