From 4046e2282873a9622943172667e8f52347ad8017 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Aug 2016 23:08:15 +1200 Subject: Quote a bash->sh variable --- bash/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile index 69e812a0..a520f051 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -3,4 +3,4 @@ # If ~/.bashrc exists, source that too; the tests for both interactivity and # >=2.05a (for features like [[) are in there -[ -f $HOME/.bashrc ] && . "$HOME"/.bashrc +[ -f "$HOME"/.bashrc ] && . "$HOME"/.bashrc -- cgit v1.2.3