huskies: merge 1145 story Codesign self-heal at exec time so a missed re-sign doesn't silently SIGKILL the binary
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Start huskies via the codesign-heal wrapper.
|
||||
#
|
||||
# The wrapper at ~/bin/huskies re-signs the underlying binary if needed before
|
||||
# exec-ing it, so a missed re-sign after a build/copy never produces a silent
|
||||
# SIGKILL on Apple Silicon.
|
||||
exec "${HOME}/bin/huskies" "$@"
|
||||
Reference in New Issue
Block a user