From: Rudolf Polzer Date: Mon, 14 May 2012 15:53:41 +0000 (+0200) Subject: fix a bash/sh typo X-Git-Tag: xonotic-v0.7.0~55^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=636561b4156a54e545874d9dad237b18e19d8350;p=xonotic%2Fxonotic.git fix a bash/sh typo --- 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%%/*}