Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SH Hooks #55

Open
knoopx opened this issue Mar 23, 2011 · 4 comments
Open

SH Hooks #55

knoopx opened this issue Mar 23, 2011 · 4 comments

Comments

@knoopx
Copy link

knoopx commented Mar 23, 2011

Why do we run hooks via sh? I would like to write them using ruby, but setting a #!/usr/bin/env ruby shebang has no effect.

@mcolyer
Copy link

mcolyer commented Mar 31, 2011

This should work as hooks are called using sh. What type of shell is sh on your system?

https://github.com/defunkt/cijoe/blob/master/lib/cijoe.rb#L194

@queso
Copy link
Contributor

queso commented Apr 19, 2011

knoopx,

We need more info about your system and perhaps what exactly you are trying to do, in order to help.

@zacharydanger
Copy link

I've run into the same issues. sh on my system (Ubuntu 10.04) is actually dash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@queso @mcolyer @zacharydanger @knoopx and others