From 66ab0f08e715642a8e2983cefad8ada0dc7410c9 Mon Sep 17 00:00:00 2001 From: Barry Allard Date: Fri, 15 Mar 2013 23:50:36 -0700 Subject: [PATCH] [foreman-runner] fix sourcing as . is rarely in PATH --- bin/foreman-runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/foreman-runner b/bin/foreman-runner index 77eed2a..9709a1d 100755 --- a/bin/foreman-runner +++ b/bin/foreman-runner @@ -34,7 +34,7 @@ shift $((OPTIND-1)) if [ "$read_profile" = "1" ]; then if [ -f .profile ]; then - . .profile + . ./.profile fi fi