Skip to content

Commit

Permalink
[foreman-runner] fix sourcing as . is rarely in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
skull-squadron committed Mar 16, 2013
1 parent 7be4375 commit 66ab0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/foreman-runner
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ shift $((OPTIND-1))

if [ "$read_profile" = "1" ]; then
if [ -f .profile ]; then
. .profile
. ./.profile
fi
fi

Expand Down

0 comments on commit 66ab0f0

Please sign in to comment.