Remove unused variable

This commit is contained in:
2024-05-11 10:25:45 +02:00
parent 4f2627cf0a
commit ea122cd8fb

View File

@@ -88,7 +88,6 @@ touch "${feature_dir}"/gpg_agent
systemd_envs=( systemd_envs=(
GNUPGHOME GNUPGHOME
PATH PATH
ACPI_LID_NAME
) )
systemctl --user import-environment "${systemd_envs[@]}" systemctl --user import-environment "${systemd_envs[@]}"