commit | b081ce98999111aa5518388ed7eb8e5ceb5629f9 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Feb 26 16:11:25 2012 -0600 |
committer | Rob Landley <rob@landley.net> | Sun Feb 26 16:11:25 2012 -0600 |
tree | c77a18ab860a7ee9a33fe8830a8b1bc3d05c5d44 | |
parent | 2dd50adc460e63c57eddb696f908dd6b1abfd723 [diff] |
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.