diff --git a/SC3045.md b/SC3045.md index df64d39..3aa1e9b 100644 --- a/SC3045.md +++ b/SC3045.md @@ -8,7 +8,7 @@ ShellCheck has noticed you're using flags for commands that don't necessarily su ```sh #!/bin/sh -read -e # Using libreadline +read -e # Using libreadline export -f # Exporting functions ulimit -v # Setting vspace limits wait -n # Waiting for a single process