mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-02 03:31:48 +00:00
fix a bash/sh typo
This commit is contained in:
parent
8e6028b600
commit
636561b415
@ -155,7 +155,7 @@ case "$action" in
|
||||
)
|
||||
)
|
||||
if [ -n "$out" ]; then
|
||||
b=${REFNAME#refs/remotes/[^/]*/}
|
||||
b=${REFNAME#refs/remotes/[!/]*/}
|
||||
case "$b" in
|
||||
*/*)
|
||||
n=${b%%/*}
|
||||
|
Loading…
Reference in New Issue
Block a user