mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
tcp113: fix null list in concatenation error
This commit is contained in:
parent
bfe852b3a2
commit
fde528ace4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/rc
|
||||
x=`{read|sed 's/
//'}
|
||||
y=`{echo -n $x | sed 's/ //g'}
|
||||
echo $y^:USERID:UNIX:none
|
||||
echo $"y^:USERID:UNIX:none
|
||||
|
|
Loading…
Reference in a new issue