Skip to content

Commit 093f2fa

Browse files
committed
Fix bash example to represent how byexample really does
1 parent 4e18322 commit 093f2fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/languages/shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Or you could run ``bash`` without the constraint to be POSIX-conformant
418418
by default (but see `set +o posix` as mentioned above before trying to do this):
419419
420420
```shell
421-
$ byexample -l shell -x-shebang 'shell:%e bash --norc --noprofile' test/ds/shell-example
421+
$ byexample -l shell -x-shebang 'shell:%e bash --norc --noprofile --noediting' test/ds/shell-example
422422
<...>
423423
[PASS] Pass: 14 Fail: 0 Skip: 0
424424
```

0 commit comments

Comments
 (0)