aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
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