Fix shellcheck SC2034 warnings breaking Nix build #79

Merged
vnprc merged 1 commit from agent/fix-shellcheck into master 2026-06-30 23:05:54 +01:00
Member

Refs allod/tools#77

Removes two unused variables that shellcheck flags as SC2034 warnings, causing the Nix build to fail:

  • head_commit: extracted from manifest but never referenced
  • cleanup_ok: set in git-am failure handler but never read for decisions
Refs allod/tools#77 Removes two unused variables that shellcheck flags as SC2034 warnings, causing the Nix build to fail: - `head_commit`: extracted from manifest but never referenced - `cleanup_ok`: set in git-am failure handler but never read for decisions
vnprc approved these changes 2026-06-30 23:05:49 +01:00
vnprc merged commit cf6653a41d into master 2026-06-30 23:05:54 +01:00
vnprc deleted branch agent/fix-shellcheck 2026-06-30 23:05:54 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
allod/tools!79
No description provided.