From 8cd276534d826f4e31ea69b9b868b13da6d9396c Mon Sep 17 00:00:00 2001 From: Lucas Larson Date: Thu, 25 May 2023 11:48:13 -0400 Subject: [PATCH] repair columnar output --- SC3045.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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