rm: do not set a variable twice without intermediate reading.
commit4838c81fabc2bab7ff5cd95135060d9a580ad742
authorStefan Beller <stefanbeller@googlemail.com>
Tue, 23 Jul 2013 09:19:22 +0000 (23 11:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Jul 2013 18:33:03 +0000 (23 11:33 -0700)
tree975e22123124f0ebd25ba0317960580facb9fa9a
parentdb6a6adabfb57d8a4dcd0491a7b7e2168dac60c1
rm: do not set a variable twice without intermediate reading.

Just the next line assigns a non-null value to seen.

Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rm.c