aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/env.sh
blob: 541da0d61d61c0a45f42a9b8b19df89ecf0e1feb (plain) (blame)
1
2
3
4
5
# If we're running some kind of ksh, export ENV to find ~/.kshrc
if [ -n "$KSH_VERSION" ] ; then
    ENV=$HOME/.kshrc
    export ENV
fi