Merge pull request #343 from steakknife/fix__issue_341__profile_not_found

Fixes #341 . .profile not found error
This commit is contained in:
David Dollar
2013-04-14 08:41:58 -07:00
+1 -1
View File
@@ -34,7 +34,7 @@ shift $((OPTIND-1))
if [ "$read_profile" = "1" ]; then
if [ -f .profile ]; then
. .profile
. ./.profile
fi
fi