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.
When attempting to run
roundupon OpenBSD (6.5-release, in my case), one receives the following error:This is because
/bin/shon OpenBSD does not support the-Eoption, only the-eoption.