fix a bash/sh typo

This commit is contained in:
Rudolf Polzer 2012-05-14 17:53:41 +02:00
parent 8e6028b600
commit 636561b415

View File

@ -155,7 +155,7 @@ case "$action" in
)
)
if [ -n "$out" ]; then
b=${REFNAME#refs/remotes/[^/]*/}
b=${REFNAME#refs/remotes/[!/]*/}
case "$b" in
*/*)
n=${b%%/*}