no /fd/0
This commit is contained in:
@@ -164,7 +164,7 @@ openfil(char *s)
|
|||||||
Biobuf *b;
|
Biobuf *b;
|
||||||
|
|
||||||
if(s[0]=='-' && s[1]==0)
|
if(s[0]=='-' && s[1]==0)
|
||||||
s = "/fd/0";
|
s = unsharp("#d/0");
|
||||||
b = Bopen(s, OREAD);
|
b = Bopen(s, OREAD);
|
||||||
if(b)
|
if(b)
|
||||||
return b;
|
return b;
|
||||||
|
|||||||
Reference in New Issue
Block a user