Teach lib/args.c that " " this option must take a _separate_ argument, so "kill ...
authorRob Landley <rob@landley.net>
Sun, 26 Feb 2012 22:11:25 +0000 (16:11 -0600)
committerRob Landley <rob@landley.net>
Sun, 26 Feb 2012 22:11:25 +0000 (16:11 -0600)
commitb081ce98999111aa5518388ed7eb8e5ceb5629f9
treec77a18ab860a7ee9a33fe8830a8b1bc3d05c5d44
parent2dd50adc460e63c57eddb696f908dd6b1abfd723
Teach lib/args.c that " " this option must take a _separate_ argument, so "kill -stop" and "kill -s top" aren't the same thing. Make kill.c use it, and remove leftover debug printfs.
lib/args.c
toys/kill.c