Viewing Issue Simple Details
[ Jump to Notes ]
|
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Type |
Date Submitted |
Last Update |
0001266 |
[1003.1(2016/18)/Issue7+TC2] Shell and Utilities |
Objection |
Error |
2019-07-03 15:18 |
2024-06-11 09:08 |
|
Reporter |
dennisw |
View Status |
public |
|
Assigned To |
|
Priority |
normal |
Resolution |
Accepted |
|
Status |
Closed |
|
|
|
|
Name |
Dennis Wölfing |
Organization |
|
User Reference |
|
Section |
sh |
Page Number |
3226 |
Line Number |
108308-108309 |
Interp Status |
Approved |
Final Accepted Text |
See Note: 0004504. |
|
Summary |
0001266: sh -s with operands |
Description |
When the -i option is not present, the standard currently says that the shell is only interactive when there are no operands and stdin and stderr are a terminal.
However when the -s option is given commands are read from stdin even when operands are present and existing shells do treat -s with operands as interactive when stdin and stderr refer to a terminal. |
Desired Action |
On page 3226 lines 108308-108309 section sh, change: If the −i option is present, or if there are no operands and the shell’s standard input and
standard error are attached to a terminal, the shell is considered to be interactive. to If the −i option is present, or if the shell reads commands from the standard input and the shell’s standard input and
standard error are attached to a terminal, the shell is considered to be interactive. |
Tags |
tc3-2008 |
|
Attached Files |
|
|