Преглед изворни кода

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}\""