From 453ab353ab6a260d9da7ee177bff772eafae0347 Mon Sep 17 00:00:00 2001 From: jzinn <79761+jzinn@users.noreply.github.com> Date: Mon, 4 Jun 2018 21:43:17 -0700 Subject: [PATCH] Updated SC2145 (markdown) --- SC2145.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2145.md b/SC2145.md index c2f4e83..76c48f6 100644 --- a/SC2145.md +++ b/SC2145.md @@ -58,4 +58,4 @@ main() { main foo aaa bbb ``` -In the above example, inside the `main` function, the value of `"$@"` is `( foo aaa bbb ccc )`. The value of `subcommand_"$@"` after expansion is `( subcommand_foo aaa bbb ccc )`, which the shell interprets as a call to `subcommand_foo` with parameters `aaa`, `bbb`, and `ccc`. \ No newline at end of file +In the above example, inside the `main` function the value of `"$@"` is `( foo aaa bbb ccc )`. The value of `subcommand_"$@"` after expansion is `( subcommand_foo aaa bbb ccc )`, which the shell interprets as a call to `subcommand_foo` with parameters `aaa`, `bbb`, and `ccc`. \ No newline at end of file