aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <Mitch@riedstra.us>2017-01-12 07:33:39 -0500
committerMitch Riedstra <Mitch@riedstra.us>2017-01-12 07:33:39 -0500
commit07b6c86153fc17339f2fbe7f23aec8ce3747e8d1 (patch)
tree063924c41dea19f69bff0d7d3558bd16ecadb787
parentdf620fa2149047a02a950aecf751e2be5e0cccf6 (diff)
downloaddotfiles-07b6c86153fc17339f2fbe7f23aec8ce3747e8d1.tar.gz
dotfiles-07b6c86153fc17339f2fbe7f23aec8ce3747e8d1.tar.xz
Bash doesn't like having an empty if statement
-rw-r--r--mkshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkshrc b/mkshrc
index 2082d4e..9f0f772 100644
--- a/mkshrc
+++ b/mkshrc
@@ -13,6 +13,8 @@ if \
[ $SHELL = "/bin/zsh" ] || \
[ $SHELL = "/usr/bin/zsh" ] || \
[ $SHELL = "/usr/local/bin/zsh" ] ; then
+# Bash doesn't like an empty if statement apparently
+printf ""
else