We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1370a14 commit 65c5997Copy full SHA for 65c5997
1 file changed
git2-hooks/src/hookspath.rs
@@ -124,6 +124,7 @@ impl HookPaths {
124
// execute hook directly
125
match run_command(Command::new(&hook)) {
126
Err(err) if err.raw_os_error() == Some(8) => {
127
+ eprintln!("GOT ENOEXEC: {err}");
128
run_command(sh_command(&hook))
129
}
130
result => result,
0 commit comments