Skip to content

Fix bug from #156 and include commit from #159#160

Merged
rkitover merged 2 commits intorkitover:masterfrom
lucc:makefile
Apr 19, 2016
Merged

Fix bug from #156 and include commit from #159#160
rkitover merged 2 commits intorkitover:masterfrom
lucc:makefile

Conversation

@lucc
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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