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

FIX bash exec failure when the etc directory is missing #192

Closed
wants to merge 1 commit into from

Conversation

rivy
Copy link

@rivy rivy commented Jul 2, 2015

.# DISCUSSION

This commit builds upon the fix for the same problem in 21710c6 by adding the etc directory into the repo. This makes the repo usable when installed as portable app (eg, via scoop) without requiring extra post installation steps.

* add the `etc` directory (containing `.keep.README.md`)
  - note: the `.keep.README.md` file is a prompt for git to store the otherwise empty directory
* fixes bmatzelle#65, bmatzelle#127, and bmatzelle#180

.# DISCUSSION

This commit builds upon the fix for the same problem done in
bmatzelle/gow@21710c6 by adding the `etc`
directory into the repo. This makes the repo usable when installed as
portable app (eg, via `scoop`) without requiring extra post installation
steps.
@bmatzelle
Copy link
Owner

Thanks. I'll review.

rivy added a commit to rivy/scoop that referenced this pull request Jul 2, 2015
* create the `etc` directory (if needed)

.# DISCUSSION

`bash` requires the `etc` directory for startup. However, `etc` is missing
from the GOW repo. There are current pull requests fixing this issue (see
bmatzelle/gow#192). But, this fixes the the issue while waiting for the GOW
repo to be updated. The fix here is compatible with all of the current possible
future GOW repo fixes.
@ildar-shaimordanov
Copy link

This seems very popular functionality that to be implemented )). See also my commit d30c159.

@rivy
Copy link
Author

rivy commented Jun 10, 2016

Annual bump... any thoughts on closing this via merging or refusing?

@bmatzelle
Copy link
Owner

As with most pull requests I can't just take it as-is. I started working on it and got stuck so I haven't gotten back to it. I don't know when I'll be able to resume work on it again.

@rivy
Copy link
Author

rivy commented Jun 22, 2016

Can you define the issue? I'm happy to refactor the PR, if needed.

@bmatzelle
Copy link
Owner

It's been months. I'll have to review. The biggest issue was that there are multiple fixes for this issue but everyone has a different implementation. I was trying to choose the best version.

@rivy rivy closed this Sep 11, 2016
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

Successfully merging this pull request may close these issues.

bash.exe in Gow 0.7.0
3 participants