Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

v0.0.5-solo

Latest
Compare
Choose a tag to compare
@dfbot dfbot released this 30 Nov 20:24
· 9 commits to solo since this release
a349f9d
Disable nounset bash option when calculating cidr (#782)

The mask2cdr function's implementation is based on the default behavior
of unset variables. by importing ovfenv_wrapper we enabled the nounset
flag, which causes mask2cdr function to fail with unbound variable
error.

nounset is helpful to detect errors as most variables should