mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
5 lines
354 B
Plaintext
5 lines
354 B
Plaintext
gawk: gsubasgn.awk:4: function test1 (r) { gsub(r, "x", test1) }
|
|
gawk: gsubasgn.awk:4: ^ gsub third parameter is not a changeable object
|
|
gawk: gsubasgn.awk:8: function test2 () { gsub(/a/, "x", test2) }
|
|
gawk: gsubasgn.awk:8: ^ gsub third parameter is not a changeable object
|