Merge branch 'lc/shell-default-value-noexpand' into maint
commit5220b7589b09d62e7166799baa98dcd6a1c02804
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 17:44:13 +0000 (11 10:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 17:44:13 +0000 (11 10:44 -0700)
treea747488ef8d9538f63aea908e73912bb07ef83e2
parent1a88ca99db81b0a5d0f43b57df4a265055d81436
parent01247e0299b34b9b46d96d5850a24583e39deabe
Merge branch 'lc/shell-default-value-noexpand' into maint

Fix unnecessarily waste in the idiomatic use of ': ${VAR=default}'
to set the default value, without enclosing it in double quotes.

* lc/shell-default-value-noexpand:
  sh-setup: enclose setting of ${VAR=default} in double-quotes
git-sh-setup.sh