cpu: revert to old quoting rules, sorry
This commit is contained in:
parent
1b6577785e
commit
0b003bb7c7
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ main(int argc, char **argv)
|
|||
*s++ = '!';
|
||||
*s = 0;
|
||||
while(p = ARGF())
|
||||
s = seprint(s, cmd+sizeof(cmd), " %q", p);
|
||||
s = seprint(s, cmd+sizeof(cmd), " %s", p);
|
||||
break;
|
||||
case 'k':
|
||||
keyspec = smprint("%s %s", keyspec, EARGF(usage()));
|
||||
|
|
Loading…
Reference in a new issue