]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix a bash/sh typo
authorRudolf Polzer <divverent@xonotic.org>
Mon, 14 May 2012 15:53:41 +0000 (17:53 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 14 May 2012 15:53:41 +0000 (17:53 +0200)
misc/tools/conflict-watch.sh

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