Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > + git ${dir:+-C "$dir"} rev-parse --$o >actual && This is kosher POSIX, but I vaguely recall some shells had trouble with the SP between -C and "$dir" in the past. Let's see if anybody screams; hopefully I am misremembering or buggy shells died out. Other than that, the entire series makes the script easier to grok. Thanks. -- 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