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 bug from #156 and include commit from #159 #160

Merged
merged 2 commits into from
Apr 19, 2016

Conversation

lucc
Copy link
Collaborator

@lucc lucc commented Apr 19, 2016

This should now work with the heirloom shell again. (Please check if possible.)

But I just noticed another error with the heirloom shell: it doesn't support command -v something. We might need to address this later if we really want to support this shell as a bootstraping shell.

references: #156 #159

@rkitover
Copy link
Owner

The reason for that is for original bourne there was a /bin/command on the system, but in newer systems it is gone. It still exists on Solaris and presumably other systems that use original bourne.

@rkitover rkitover merged commit 81ccc0b into rkitover:master Apr 19, 2016
@lucc
Copy link
Collaborator Author

lucc commented Apr 19, 2016

Ok so if I want to test something with the heirloom shell I just add a custom dir to $PATH where I keep this file named command:

#!/bin/bash
builtin command "$@"

@lucc lucc deleted the makefile branch April 19, 2016 14:42
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.

2 participants