From a688a97488ed4bfe497512784c892b689ed2eb2f Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Fri, 19 Jun 2020 11:24:38 +1200 Subject: [PATCH] Readd quotes See https://mywiki.wooledge.org/BashGuide/Practices#Quoting and https://github.com/leachim6/hello-world/commit/2b1d1c95a87188e023807621e4df42f789cce4d0 --- b/bash.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b/bash.bash b/b/bash.bash index a9f4e386..23bf47c0 100755 --- a/b/bash.bash +++ b/b/bash.bash @@ -1,3 +1,3 @@ #!/bin/bash -echo Hello World +echo "Hello World"