Skip to content

Commit 44fa639

Browse files
Merge pull request #19 from codecov/th/set+u
fix: set +u
2 parents 4c4c177 + 1b197c0 commit 44fa639

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dist/codecov.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
2-
CC_WRAPPER_VERSION="0.0.21"
2+
CC_WRAPPER_VERSION="0.0.22"
3+
set +u
34
say() {
45
echo -e "$1"
56
}

scripts/set_defaults.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22

3+
set +u
34
say() {
45
echo -e "$1"
56
}

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
CODECOV_WRAPPER_VERSION="0.0.21"
2+
CODECOV_WRAPPER_VERSION="0.0.22"

0 commit comments

Comments
 (0)