Skip to content

Commit 2427ee6

Browse files
committed
Update common.sh
Signed-off-by: ascopes <[email protected]>
1 parent abb567b commit 2427ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function run() {
9898

9999
{
100100
echo "#!/usr/bin/env bash"
101+
# shellcheck disable=SC2028
101102
echo "PS4=$'Running: \e[1;33m$ \e[0;3;33m'"
102103
echo "set -o errexit"
103104
echo "set -o nounset"

0 commit comments

Comments
 (0)