[foreman-runner] fix sourcing as . is rarely in PATH
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user