flip CFG_RELISH_POSIX behavior

Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2023-06-05 23:32:51 -07:00
parent b9414ae4d2
commit 981df23ea2
3 changed files with 5 additions and 13 deletions

View file

@ -137,8 +137,8 @@ pub fn load_defaults(syms: &mut SymTable) {
docs: "variable holding whether or not POSIX job control functions are to be loaded.
checked at shell startup by configuration daemon. not used afterwards.
default value: false".to_string(),
value: ValueType::VarForm(Box::new(Ctr::Bool(false))),
default value: true".to_string(),
value: ValueType::VarForm(Box::new(Ctr::Bool(true))),
..Default::default()
},
);