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