diff --git a/SC2207.md b/SC2207.md index 075707d..ec4e364 100644 --- a/SC2207.md +++ b/SC2207.md @@ -11,7 +11,7 @@ array=( $(mycommand) ) If it outputs multiple lines, each of which should be an element: ```sh -# For bash 4.x, must not be in posix mode, may use temporary files +# For bash 4.4+, must not be in posix mode, may use temporary files mapfile -t array < <(mycommand) # For bash 3.x+, must not be in posix mode, may use temporary files