From 636561b4156a54e545874d9dad237b18e19d8350 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 14 May 2012 17:53:41 +0200 Subject: [PATCH] fix a bash/sh typo --- misc/tools/conflict-watch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/conflict-watch.sh b/misc/tools/conflict-watch.sh index d20d44e0..4779aa86 100755 --- a/misc/tools/conflict-watch.sh +++ b/misc/tools/conflict-watch.sh @@ -155,7 +155,7 @@ case "$action" in ) ) if [ -n "$out" ]; then - b=${REFNAME#refs/remotes/[^/]*/} + b=${REFNAME#refs/remotes/[!/]*/} case "$b" in */*) n=${b%%/*} -- 2.39.2