aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-06-24 17:06:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-06-24 17:06:38 +1200
commit86fba950488ab3a039259aa6d4596c7c762c5913 (patch)
treed4ef887e42e12c9a6ada75c8db6ad8944435dbe1 /sh
parentDiscard stderr from command calls (diff)
downloaddotfiles-86fba950488ab3a039259aa6d4596c7c762c5913.tar.gz
dotfiles-86fba950488ab3a039259aa6d4596c7c762c5913.zip
Remove Bashism from Bourne shell profile
Diffstat (limited to 'sh')
-rw-r--r--sh/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index eb2b7e8f..b35cfb7a 100644
--- a/sh/profile
+++ b/sh/profile
@@ -10,7 +10,7 @@ export PAGER='less'
export PATH
# Load any supplementary scripts
-if [[ -d "$HOME/.profile.d" ]]
+if [ -d "$HOME/.profile.d" ]
then
for file in $HOME/.profile.d/*
do