[foreman-runner] fix sourcing as . is rarely in PATH

This commit is contained in:
Barry Allard
2013-03-15 23:50:36 -07:00
parent 7be4375168
commit 66ab0f08e7

View File

@@ -34,7 +34,7 @@ shift $((OPTIND-1))
if [ "$read_profile" = "1" ]; then if [ "$read_profile" = "1" ]; then
if [ -f .profile ]; then if [ -f .profile ]; then
. .profile . ./.profile
fi fi
fi fi