浏览代码

Properly initialize an empty variable while building a list of arguments

bicobus 5 年之前
父节点
当前提交
06ec8fb350
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      insanity.sh

+ 1 - 1
insanity.sh

@@ -75,7 +75,7 @@ else
 fi
 
 _build_negative_match() {
-    _output=""
+    output=""
     for arg in "$@"
     do
         output+=" --and --not -e \"${arg}\""