- 
                Notifications
    
You must be signed in to change notification settings  - Fork 188
 
POSIX compatibility #147
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
POSIX compatibility #147
Conversation
| 
           Thought I'd fix it in my fork, then create a pull-request, and looky there, there it is already waiting 8 months. I wish this was already merged when I was fighting with   | 
    
and is the default shell for the build user. See #143
Since there is a separate error message now if not, not so much more details need to be explained there any more.
c23040e    to
    b473f64      
    Compare
  
    | 
           @lattenwald sorry about that, I'll merge this now and we'll see to cut a new release soon.  | 
    
| 
           This is causing an issue as reported in #263 Specifically this line: https://github.com/edeliver/edeliver/blob/master/libexec/erlang#L312  | 
    
| 
           @nulian can you submit a patch please?  | 
    
| 
           I just reverted it for me to make it work. I'm not sure what is truly valid in POSIX because of not having a lot of knowledge about that. Found out this mostly with trial and error.  | 
    
| 
           It works correctly from master now.  | 
    
Make all shell scripts on deploy hosts POSIX compatible. This allows to use there any shell as default shell (instead of requiring bash or zsh). Closes #143.