From b8b5efd1c741d470b74b08ece807da7c287143f9 Mon Sep 17 00:00:00 2001 From: Ulrik Haugen Date: Thu, 25 Apr 2024 18:25:44 +0200 Subject: [PATCH] Link to ignore page --- SC2206.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2206.md b/SC2206.md index 30d5870..5dd3030 100644 --- a/SC2206.md +++ b/SC2206.md @@ -47,4 +47,4 @@ This prevents the shell from doing unwanted splitting and glob expansion, and th ### Exceptions: -If you have already taken care (through setting IFS and `set -f`) to have word splitting work the way you intend, you can ignore this warning. \ No newline at end of file +If you have already taken care (through setting IFS and `set -f`) to have word splitting work the way you intend, you can [[ignore]] this warning. \ No newline at end of file