Skip to content

Commit 350b354

Browse files
author
Alvaro Muñoz
committed
remmove leftover comments
1 parent 5494f7f commit 350b354

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ql/lib/codeql/actions/Helper.qll

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,8 @@ module Bash {
202202
"((echo|printf)\\s+['|\"]?(EOF)['|\"]?\\s*>>\\s*\\S+\\s*[\r\n]*).*" and
203203
content =
204204
trimQuotes(script.regexpCapture(regexp, 3)) + "\n" +
205-
// "$(" +
206-
trimQuotes(script.regexpCapture(regexp, 6)) +
207-
// ")\n" +
208-
"\n" + trimQuotes(script.regexpCapture(regexp, 4)) and
205+
trimQuotes(script.regexpCapture(regexp, 6)) + "\n" +
206+
trimQuotes(script.regexpCapture(regexp, 4)) and
209207
cmd = "echo" and
210208
file = trimQuotes(script.regexpCapture(regexp, 5)) and
211209
filters = ""

0 commit comments

Comments
 (0)