cpu: revert to old quoting rules, sorry

This commit is contained in:
cinap_lenrek 2012-06-25 17:40:50 +02:00
parent 1b6577785e
commit 0b003bb7c7

View file

@ -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()));