From 86fba950488ab3a039259aa6d4596c7c762c5913 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 24 Jun 2013 17:06:38 +1200 Subject: Remove Bashism from Bourne shell profile --- sh/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') 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 -- cgit v1.2.3