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?
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.
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 @eknkc on GitHub (Apr 5, 2016).
With the latest version I started receiving this error on OSX:
./bin/le: line 27: @: unbound variableThat line would be this:
Any idea what this might be?
@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.
@lukas2511 commented on GitHub (Apr 5, 2016):
Should be fixed now, can you check again?
@eknkc commented on GitHub (Apr 5, 2016):
Fixed, thanks!