mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
/rc/bin/": fix quoting bug (thanks, aiju and silasm)
This commit is contained in:
parent
ad87473109
commit
d80e3a5d95
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ if(~ $#_x 0) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo ' ' $_x
|
echo ' ' $_x
|
||||||
_x=`{ echo -n 'eval '; echo $_x | sed 's/^'$PROMPT'//'}
|
_x=`{ echo -n 'eval '''; echo $_x | sed 's/^'$PROMPT'//; s/''/''''/g; s/$/''/'}
|
||||||
rc -c $"_x
|
rc -c $"_x
|
||||||
|
|
Loading…
Reference in a new issue