/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
|
||||
_x=`{ echo -n 'eval '; echo $_x | sed 's/^'$PROMPT'//'}
|
||||
_x=`{ echo -n 'eval '''; echo $_x | sed 's/^'$PROMPT'//; s/''/''''/g; s/$/''/'}
|
||||
rc -c $"_x
|
||||
|
|
Loading…
Reference in a new issue