summaryrefslogtreecommitdiffstats
path: root/.github/diag.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/diag.sh')
-rwxr-xr-x.github/diag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/diag.sh b/.github/diag.sh
index 942487a..fe78be8 100755
--- a/.github/diag.sh
+++ b/.github/diag.sh
@@ -13,4 +13,4 @@ filter() {
\1/'
}
-"$@" 2> >(filter >&2) | filter
+exec "$@" > >(filter) 2> >(filter >&2)