This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information