From 7f1dc6ce2bde538ecaa8e8c51449215a75440d9d Mon Sep 17 00:00:00 2001 From: oliv37 Date: Mon, 20 Apr 2020 20:42:18 +0200 Subject: fix typo bash.html.markdown --- bash.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash.html.markdown') diff --git a/bash.html.markdown b/bash.html.markdown index 407b237b..0adc2efe 100644 --- a/bash.html.markdown +++ b/bash.html.markdown @@ -91,7 +91,7 @@ echo ${#Variable} # => 11 # Indirect expansion OtherVariable="Variable" echo ${!OtherVariable} # => Some String -# This will expand the value of the OtherVariable +# This will expand the value of OtherVariable # Default value for variable echo ${Foo:-"DefaultValueIfFooIsMissingOrEmpty"} -- cgit v1.2.3