We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ad46a commit 0fabc6fCopy full SHA for 0fabc6f
lib/core/timeout.sh
@@ -113,6 +113,7 @@ run_with_timeout() {
113
if [[ "${MO_DEBUG:-0}" == "1" ]]; then
114
echo "[TIMEOUT] Perl fallback, ${duration}s: $*" >&2
115
fi
116
+ # shellcheck disable=SC2016 # Embedded Perl uses Perl variables inside single quotes.
117
"$MO_TIMEOUT_PERL_BIN" -e '
118
use strict;
119
use warnings;
0 commit comments