Gabriel Filion <lelutin@xxxxxxxxx> writes: >> +curr_branch_short="${curr_branch#refs/heads/}" > > This modification is a bashism. This syntax is not compatible with other > shells. To me, the above looks like "${parameter#word}", which is a plain vanilla POSIX shell construct that we adopted to use in our scripts. There are bash-only constructs we decided never to use in our scripts; among them are "${parameter/pattern/string}" and "${parameter:offset}", both are not in POSIX. -- 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