Steffen Jaeckel 8 年之前
父節點
當前提交
52672bc358
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      coverage.sh

+ 2 - 2
coverage.sh

@@ -17,8 +17,8 @@ if [ -z "$(echo $CC | grep "gcc")" ]; then
     exit 0
 fi
 
-if [ "$(echo $2 | grep -v 'makefile[.]')" == "" ]; then
-    echo "only run coverage for the regular makefile, early exit success"
+if [ "$(echo $3 | grep -v 'makefile[.]')" == "" ]; then
+    echo "only run $0 for the regular makefile, early exit success"
     exit 0
 fi