We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb6d4f commit 141b910Copy full SHA for 141b910
.github/jobs/configure-checks/all.bats
@@ -45,7 +45,7 @@ run_user_stderr () {
45
}
46
47
run_stderr () {
48
- "$*" 2>&1
+ run "$* 2>&1"
49
50
51
run_configure () {
0 commit comments