From 1f5e70b36f73f90d88347845edeb05c4f98cb094 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 18:48:07 -0600 Subject: [PATCH] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 1c2753a..b56a45e 100755 --- a/test.sh +++ b/test.sh @@ -19,7 +19,7 @@ fi string='hello' -string=${string,,} +#string=${string,,} string=${string~} echo "HERE: ${string}" \ No newline at end of file