mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
rc: read standard-input from /fd/0 instead of '#d/0'
This commit is contained in:
parent
3f8c15b01d
commit
7054405409
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if not if(flag i){
|
|||
}
|
||||
status=''
|
||||
if(! ~ $#* 0) . $*
|
||||
. -i '#d/0'
|
||||
. -i /fd/0
|
||||
}
|
||||
if not if(~ $#* 0) . '#d/0'
|
||||
if not{
|
||||
|
|
Loading…
Reference in a new issue