浏览代码

Fix not null fix

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 3 年之前
父节点
当前提交
419cb69b08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/analysis/analysis-wrapper.sh

+ 1 - 1
scripts/analysis/analysis-wrapper.sh

@@ -146,7 +146,7 @@ else
         exit $lintValue
         exit $lintValue
     fi
     fi
 
 
-    if [ -z "$notNull" ]; then
+    if [ -n "$notNull" ]; then
         exit 1
         exit 1
     fi
     fi