Fix a bug whereby cp would fail to parse an option like
authorJim Meyering <jim@meyering.net>
Wed, 11 Dec 2002 23:44:23 +0000 (23:44 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 11 Dec 2002 23:44:23 +0000 (23:44 +0000)
commit7ba3e40970f6c366abed4b21805ebb994c69966e
tree26274c8dd1f13abbaa0c0bfb732d9fca4c488e3b
parent990f8082fd89a1ef3b9c1da9c1d5b78d6aaca5ab
Fix a bug whereby cp would fail to parse an option like
--preserve=mode,ownership.

(decode_preserve_arg): Advance `comma' to
point the character following the comma.
src/cp.c