mktemp on OpenBSD #84

Closed
opened 2025-12-29 00:24:31 +01:00 by adam · 0 comments
Owner

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.
adam closed this issue 2025-12-29 00:24:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#84