git svn: use --prefix "" instead of --prefix=
commit33c813f28dd489e4547c6502b3abf77272e2e240
authorKyle J. McKay <mackyle@gmail.com>
Tue, 22 Apr 2014 03:14:43 +0000 (21 20:14 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 22 Apr 2014 03:14:43 +0000 (21 20:14 -0700)
tree66e168f4ccc640e2dfd1428fcdef002160e4b0cd
parent3c4d015d6e7970bd9792875de9e81a1ddf189aec
git svn: use --prefix "" instead of --prefix=

When running git-svn.perl with Getopt::Long older than version
2.37, using --prefix="" generates a "prefix requires an argument"
error.  However, using --prefix "" does not cause an error so
switch to that for compatibility.
jobd/update.sh
taskd/clone.sh