clean: avoid quoting twice
commit71567e3287cbd1c06e311579d43a7d8cc0648722
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 15 Nov 2010 10:12:44 +0000 (15 17:12 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Nov 2010 18:22:37 +0000 (16 10:22 -0800)
treeb473603da3f77bcd60c83178953aca0e41afc07d
parented296fe88dc8790f25a3546f1688dd40f8cbf2d1
clean: avoid quoting twice

qname is the result of quote_path_relative(), which does
quote_c_style_counted() internally. Remove the hard-coded quotes.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clean.c