Skip to content

Commit

Permalink
Also check for ~/.bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Mar 5, 2013
1 parent 7caaad6 commit e98a39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/iosod
Expand Up @@ -39,7 +39,7 @@ export iOSOpenDevPath="/opt/iOSOpenDev"
export userName="${SUDO_USER-$USER}"
export userGroup=`id -g $userName`
export userHome=`eval echo ~$userName`
export bashProfileFiles=("$userHome/.bash_profile" "$userHome/.bash_login" "$userHome/.profile")
export bashProfileFiles=("$userHome/.bash_profile" "$userHome/.bashrc" "$userHome/.bash_login" "$userHome/.profile")

export tempDirsFile="`mktemp -d -t $scriptName`/tempdirs"
touch "$tempDirsFile"
Expand Down Expand Up @@ -1831,4 +1831,4 @@ case "${activeActionArg[$ActionProperty_ShortArg]}" in
esac

# finished #
exit 0
exit 0

0 comments on commit e98a39c

Please sign in to comment.