quick fix

This commit is contained in:
pvincent
2026-08-08 13:44:36 +04:00
parent dc6b9f735c
commit 3464ed60d7
+1
View File
@@ -641,6 +641,7 @@ function parse_options {
} }
function read { function read {
# shellcheck disable=SC2162
2>&1 builtin read "$@" 2>&1 builtin read "$@"
} }