Skip to content

Commit d62674f

Browse files
committed
Add dummy posix option
1 parent 6c29f92 commit d62674f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/options.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ impl Options {
1313
let mut options = Options::default();
1414
options.opts.insert("pipefail".to_string(), false);
1515
options.opts.insert("noglob".to_string(), false);
16+
options.opts.insert("posix".to_string(), false); //TODO: still dummy
1617
options
1718
}
1819

0 commit comments

Comments
 (0)