cvsimport: always pass user data to "system" as a list
commitb3bb5f76e6193db102b063187be854ef3842d89b
authorJeff King <peff@peff.net>
Wed, 30 Apr 2008 04:36:14 +0000 (30 00:36 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Apr 2008 05:45:27 +0000 (29 22:45 -0700)
treed9a153b402e7fbb80c96eedc9f2d2f4cfc9a786c
parent861f00e3496fd5cd866a73f11826dfc8822a5195
cvsimport: always pass user data to "system" as a list

This avoids invoking the shell. Not only is it faster, but
it prevents the possibility of interpreting our arguments in
the shell.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl