Don't bind $noinherit

Fixes #112

Signed-off-by: Eyal Sawady <eyalsawady@gmail.com>
This commit is contained in:
Eyal Sawady 2019-07-11 19:42:36 -04:00 committed by Drew DeVault
parent 06da4512b9
commit 4c7f81d20d
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@ func LoadConfig(root *string, sharedir string) (*AercConfig, error) {
"Error: expected 'true' or 'false' for $noinherit")
}
bindings.Globals = false
continue
}
binding, err := ParseBinding(key, value)
if err != nil {