From f870a25ed27b1313e023e634e9ccf27b861b3631 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 9 Aug 2016 11:14:52 +1200 Subject: Add some notes about ENV for Bash --- sh/profile.d/env.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sh/profile.d') diff --git a/sh/profile.d/env.sh b/sh/profile.d/env.sh index 541da0d6..ba8e7f49 100644 --- a/sh/profile.d/env.sh +++ b/sh/profile.d/env.sh @@ -1,4 +1,7 @@ -# If we're running some kind of ksh, export ENV to find ~/.kshrc +# If we're running some kind of ksh, export ENV to find ~/.kshrc. Bash differs +# considerably from this behaviour; it uses ENV as its startup file when it's +# invoked as sh(1), and uses .bashrc or --rcfile as its interactive startup +# file, so it doesn't need to be specified here. if [ -n "$KSH_VERSION" ] ; then ENV=$HOME/.kshrc export ENV -- cgit v1.2.3