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

vlgrun.in: requires bash #87

Closed
wants to merge 1 commit into from
Closed

vlgrun.in: requires bash #87

wants to merge 1 commit into from

Conversation

Mic92
Copy link

@Mic92 Mic92 commented Oct 29, 2018

The following is not allowed by posix:

exec ${1+"$@"}

The following is not allowed by posix:

```
exec ${1+"$@"}
```
@Mic92
Copy link
Author

Mic92 commented Oct 29, 2018

The ci seems to be broken for different reason.

@dcommander
Copy link
Member

That line was contributed by my fellow employees of Sun Microsystems in 2005, and at the time, we thoroughly tested the product on Solaris 8, which doesn't have BASH. Unless you can demonstrate that vglrun fails on a non-BASH Bourne-compatible shell, then I cannot accept this patch.

@Mic92
Copy link
Author

Mic92 commented Oct 29, 2018

cc @markuskowa

@markuskowa
Copy link

@Mic92 I am actually having trouble reproducing the error. Sorry for the confusion.

@Mic92
Copy link
Author

Mic92 commented Oct 30, 2018

@markuskowa I guess then our patch can be reverted.

@Mic92 Mic92 closed this Oct 30, 2018
@Mic92 Mic92 deleted the patch-1 branch October 30, 2018 20:43
@markuskowa
Copy link

Yes, it seems our patch is unnecessary. Sorry again for the confusion.

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

Successfully merging this pull request may close these issues.

None yet

3 participants