Ver código fonte

Update build.yml

jimsterino98 6 meses atrás
pai
commit
7a934081ac
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -235,7 +235,7 @@ jobs:
           sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/selinux/selinux,baseband_guard/ } }' security/Kconfig
 
           if grep -qxF $'\t\tconst char* symlink_target_link = inode->i_op->get_link(dentry, inode, NULL);' ./Baseband_guard/baseband_guard.c; then
-           echo "Applying BBG get_link fix
+           echo "Applying BBG get_link fix"
            patch -p1 --forward < "$KERNEL_PATCHES/experimental/bbg/bbg_fix_get_link.patch"
           fi