From 9117f73423d4d94595a122d240ca970dbf47ae3d Mon Sep 17 00:00:00 2001 From: veg Date: Sat, 4 Jul 2026 08:34:12 +0000 Subject: [PATCH] fix: track the executable bit on party The script was committed mode 100644; a fresh clone could not run ./party, and the bats suite fails with EACCES 126 wherever it invokes "$PARTY_BIN" directly. Makefile installs masked this via install -m 0755. --- party | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 party diff --git a/party b/party old mode 100644 new mode 100755