File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ mkdir -p "$XDG_CONFIG_HOME"
7777export G_DEBUG=" fatal-critical"
7878
7979echo " Variables in isolated environment:" >&2
80- env -i G_DEBUG=" $G_DEBUG " HOME=" $HOME " XDG_CONFIG_HOME=" $XDG_CONFIG_HOME " XDG_RUNTIME_DIR=" $XDG_RUNTIME_DIR " dbus-run-session -- env >&2
80+ env -i G_DEBUG=" $G_DEBUG " HOME=" $HOME " PATH= " $PATH " XDG_CONFIG_HOME=" $XDG_CONFIG_HOME " XDG_RUNTIME_DIR=" $XDG_RUNTIME_DIR " dbus-run-session -- env >&2
8181echo >&2
8282
83- env -i G_DEBUG=" $G_DEBUG " HOME=" $HOME " XDG_CONFIG_HOME=" $XDG_CONFIG_HOME " XDG_RUNTIME_DIR=" $XDG_RUNTIME_DIR " dbus-run-session -- " $@ "
83+ env -i G_DEBUG=" $G_DEBUG " HOME=" $HOME " PATH= " $PATH " XDG_CONFIG_HOME=" $XDG_CONFIG_HOME " XDG_RUNTIME_DIR=" $XDG_RUNTIME_DIR " dbus-run-session -- " $@ "
You can’t perform that action at this time.
0 commit comments