mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-01-08 04:29:34 +00:00
fix comment.
This commit is contained in:
parent
a366bbf2cb
commit
f97625eba7
@ -104,7 +104,7 @@ void parse_tokens(std::vector<token> &&tokens, process &p) {
|
||||
fd_bits = (1 << 1) + (1 << 2);
|
||||
goto redir;
|
||||
|
||||
// ≥, ≥≥ -- redirect stdout.
|
||||
// ≥, ≥≥ -- redirect stderr.
|
||||
case 0xb3: // ≥
|
||||
flags = O_WRONLY | O_CREAT | O_TRUNC;
|
||||
fd_bits = 1 << 2;
|
||||
|
Loading…
Reference in New Issue
Block a user