From aa11cc659de990a6c4d4104bcc733f373b079ae7 Mon Sep 17 00:00:00 2001
From: Etan Reisner <deryni@unreliablesource.net>
Date: Mon, 27 Apr 2015 07:30:17 -0400
Subject: Follow variable capitalization on this branch.

---
 bash.html.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'bash.html.markdown')

diff --git a/bash.html.markdown b/bash.html.markdown
index 77ee37f6..e0c12f97 100644
--- a/bash.html.markdown
+++ b/bash.html.markdown
@@ -40,9 +40,9 @@ VARIABLE = "Some string"
 # because it can't be found.
 
 # Or like this:
-Variable= 'Some string'
+VARIABLE= 'Some string'
 # Bash will decide that 'Some string' is a command it must execute and give an
-# error because it can't be found. (In this case the 'Variable=' part is seen
+# error because it can't be found. (In this case the 'VARIABLE=' part is seen
 # as a variable assignment valid only for the scope of the 'Some string'
 # command.)
 
-- 
cgit v1.2.3