Files
git-hardening/issues/37f1e904-c33c-4702-b9a2-5a68091afcef/comments/3540469e-d407-4e25-a335-944b9a2bb7c7.json

8 lines
386 B
JSON

{
"uuid": "3540469e-d407-4e25-a335-944b9a2bb7c7",
"issue_uuid": "37f1e904-c33c-4702-b9a2-5a68091afcef",
"author": "anon-31e9bd66",
"content": "IFS is set to newline+tab at script top, so 'for d in $DISTROS' treats the whole space-separated string as one token. Need to locally reset IFS or use an array.",
"created_at": "2026-03-31T16:02:17.284665Z",
"kind": "observation"
}