From d736a1ce112a25c0a7c4e55057fd3ec9eec67109 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sun, 18 Jun 2017 15:19:46 -0700 Subject: [PATCH] Updated SC2019 (markdown) --- SC2019.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/SC2019.md b/SC2019.md index c91422c..044e70f 100644 --- a/SC2019.md +++ b/SC2019.md @@ -1,13 +1,3 @@ ## Use '[:upper:]' to support accents and foreign alphabets. -### Problematic code: - -```sh -PLATFORM="$(uname -s | tr 'A-Z')" -``` - -### Correct code: - -```sh -PLATFORM="$(uname -s | tr '[:upper:]')" -``` \ No newline at end of file +See the equivalent warning for lowercase matching: [[SC2018]] \ No newline at end of file