From 63cf928af566657d77bce397965548117e613064 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Sat, 18 Apr 2020 14:05:53 -0400 Subject: [PATCH] Fix codecov.sh --- tools/codecov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/codecov.sh b/tools/codecov.sh index 670c434..b12e09a 100755 --- a/tools/codecov.sh +++ b/tools/codecov.sh @@ -13,7 +13,7 @@ set -ex -. ci/travis/enforce.sh +. ci/enforce.sh if [ -z "$GCOV" ]; then if [ "${B2_TOOLSET%%-*}" == "gcc" ]; then