mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Unbound variable #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!