Skip to content

Commit 4d23acc

Browse files
fix: set +u
1 parent 4c4c177 commit 4d23acc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/codecov.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
CC_WRAPPER_VERSION="0.0.21"
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
}

0 commit comments

Comments
 (0)