From 39bc5c480a4178c895ac738c82dfec9f0be604d4 Mon Sep 17 00:00:00 2001 From: Grische <2787581+grische@users.noreply.github.com> Date: Wed, 30 Jul 2025 16:02:19 +0200 Subject: [PATCH] fixed title --- SC3061.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC3061.md b/SC3061.md index 9466bbe..43f5290 100644 --- a/SC3061.md +++ b/SC3061.md @@ -1,4 +1,4 @@ -## `read` without a variable is undefined. +## In POSIX sh, `read` without a variable is undefined. ### Problematic code: