aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-21 23:08:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-21 23:08:15 +1200
commit4046e2282873a9622943172667e8f52347ad8017 (patch)
tree82fc20de9f4ae0b7540f7f97f801091df3b9948e
parentConsolidate ed,bc,grep,ls.sh into one function (diff)
downloaddotfiles-4046e2282873a9622943172667e8f52347ad8017.tar.gz
dotfiles-4046e2282873a9622943172667e8f52347ad8017.zip
Quote a bash->sh variable
-rw-r--r--bash/bash_profile2
1 files changed, 1 insertions, 1 deletions
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