cmd: Always add a new line in 'type' output on single file mode.
This commit is contained in:
parent
abf9cd0993
commit
78f38a742f
|
@ -2296,6 +2296,8 @@ void WCMD_type (WCHAR *command) {
|
|||
WCMD_output_asis (buffer);
|
||||
}
|
||||
CloseHandle (h);
|
||||
if (!writeHeaders)
|
||||
WCMD_output_asis (newline);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue