Skip to content

Commit 0fabc6f

Browse files
committed
fix(shell): suppress SC2016 in timeout perl fallback
1 parent 92ad46a commit 0fabc6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/core/timeout.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ run_with_timeout() {
113113
if [[ "${MO_DEBUG:-0}" == "1" ]]; then
114114
echo "[TIMEOUT] Perl fallback, ${duration}s: $*" >&2
115115
fi
116+
# shellcheck disable=SC2016 # Embedded Perl uses Perl variables inside single quotes.
116117
"$MO_TIMEOUT_PERL_BIN" -e '
117118
use strict;
118119
use warnings;

0 commit comments

Comments
 (0)