+ if test "$(git config --bool core.bare)" == "true"; then
As discussed in another thread, to be consistent with local coding convention, "test" should be replaced with "[ ... ]".
Additionally, double equality (==) should be replaced with single equality (=).
--Ted -- Ted Pavlic <ted@xxxxxxxxxxxxx> Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html