t9117: use --prefix "" instead of --prefix=""
commit7bbc458b44873d0027261562327a20ebd6a97733
authorKyle J. McKay <mackyle@gmail.com>
Tue, 22 Apr 2014 11:16:22 +0000 (22 04:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Apr 2014 16:42:28 +0000 (23 09:42 -0700)
treee8255d70367cc5b943a3543c9ad105358a3c5e2d
parent779792a5f24bb4e8049c4f88ad752e70d4a8a080
t9117: use --prefix "" instead of --prefix=""

Versions of Perl's Getopt::Long module before 2.37 do not contain
this fix that first appeared in Getopt::Long version 2.37:

* Bugfix: With gnu_compat, --foo= will no longer trigger "Option
  requires an argument" but return the empty string.

Instead of using --prefix="" use --prefix "" when testing an
explictly empty prefix string in order to work with older versions
of Perl's Getopt::Long module.

Also add a paragraph on this workaround to the documentation of
git-svn itself.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Acked-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt
t/t9117-git-svn-init-clone.sh