Unbound variable #82

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

Originally created by @eknkc on GitHub (Apr 5, 2016).

With the latest version I started receiving this error on OSX:

./bin/le: line 27: @: unbound variable

That line would be this:

_mktemp() {
  mktemp -t letsencrypt.sh-XXXXXX "${@}"
}

Any idea what this might be?

Originally created by @eknkc on GitHub (Apr 5, 2016). With the latest version I started receiving this error on OSX: `./bin/le: line 27: @: unbound variable` That line would be this: ``` _mktemp() { mktemp -t letsencrypt.sh-XXXXXX "${@}" } ``` Any idea what this might be?
adam closed this issue 2025-12-29 00:24:30 +01:00
Author
Owner

@eknkc commented on GitHub (Apr 5, 2016):

Installed newer version of bash from homebrew and this is fixed but the default osx version is not compatible I guess.

@eknkc commented on GitHub (Apr 5, 2016): Installed newer version of bash from homebrew and this is fixed but the default osx version is not compatible I guess.
Author
Owner

@lukas2511 commented on GitHub (Apr 5, 2016):

Should be fixed now, can you check again?

@lukas2511 commented on GitHub (Apr 5, 2016): Should be fixed now, can you check again?
Author
Owner

@eknkc commented on GitHub (Apr 5, 2016):

Fixed, thanks!

@eknkc commented on GitHub (Apr 5, 2016): Fixed, thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#82