You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
handles the shell. I'm currently working with a hook that defines #!/bin/bash due to the usage of arrays. Now the Ubuntu default shell is dash and I'm running into errors. I understand that passing -e here is helpful. Maybe there's room for improvement to handle the hook relying on a specified shell?
Best
The text was updated successfully, but these errors were encountered:
Hey, thanks for taking the time.
I'm experiencing an issue due to how husky:L17
sh -e "$s" "$@"
handles the shell. I'm currently working with a hook that defines
#!/bin/bash
due to the usage of arrays. Now the Ubuntu default shell is dash and I'm running into errors. I understand that passing-e
here is helpful. Maybe there's room for improvement to handle the hook relying on a specified shell?Best
The text was updated successfully, but these errors were encountered: