diff options
Diffstat (limited to 'bin/sh/dotcmd/out/subshell_continue_compound.out')
-rw-r--r-- | bin/sh/dotcmd/out/subshell_continue_compound.out | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/sh/dotcmd/out/subshell_continue_compound.out b/bin/sh/dotcmd/out/subshell_continue_compound.out new file mode 100644 index 0000000000000..4328df396efba --- /dev/null +++ b/bin/sh/dotcmd/out/subshell_continue_compound.out @@ -0,0 +1,8 @@ +subshell start +before dotcmd +compound start +before continue +after continue, return value: 0 +compound end +after dotcmd, return value: 0 +subshell end |