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

set: -E: unknown option error on OpenBSD #48

Open
morgant opened this issue Sep 14, 2019 · 1 comment
Open

set: -E: unknown option error on OpenBSD #48

morgant opened this issue Sep 14, 2019 · 1 comment

Comments

@morgant
Copy link

morgant commented Sep 14, 2019

When attempting to run roundup on OpenBSD (6.5-release, in my case), one receives the following error:

./roundup[307]: set: -E: unknown option

This is because /bin/sh on OpenBSD does not support the -E option, only the -e option.

@morgant
Copy link
Author

morgant commented Sep 14, 2019

/bin/ksh doesn't support the -E option either, so it'd be best to use bash on OpenBSD (which is available in ports).

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

No branches or pull requests

1 participant