Merge branch 'lc/shell-default-value-noexpand'
commit5854b36c4ad53b54954abf738514bf8ae8ad53cc
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:14 +0000 (6 13:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:14 +0000 (6 13:38 -0700)
tree51e24f4543cb5e22704d154254c84c0ffd245f53
parent9f1027d18a23e7c2ae60d3fb0a943e7b3342c532
parent01247e0299b34b9b46d96d5850a24583e39deabe
Merge branch 'lc/shell-default-value-noexpand'

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