Originally created by @kristapsdz on GitHub (Apr 14, 2016).
When mktemp(1) is invoked on OpenBSD, the optional flags should precede the argument:
mktemp ${@:-} -t letsencrypt.sh-XXXXXX
instead of
mktemp -t letsencrypt.sh-XXXXXX ${@:-}
This change allows running on OpenBSD.
Originally created by @kristapsdz on GitHub (Apr 14, 2016).
When [mktemp(1)](http://man.openbsd.org/OpenBSD-current/man1/mktemp.1) is invoked on OpenBSD, the optional flags should precede the argument:
`mktemp ${@:-} -t letsencrypt.sh-XXXXXX`
instead of
`mktemp -t letsencrypt.sh-XXXXXX ${@:-}`
This change allows running on OpenBSD.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @kristapsdz on GitHub (Apr 14, 2016).
When mktemp(1) is invoked on OpenBSD, the optional flags should precede the argument:
mktemp ${@:-} -t letsencrypt.sh-XXXXXXinstead of
mktemp -t letsencrypt.sh-XXXXXX ${@:-}This change allows running on OpenBSD.