mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 21:55:08 +00:00
Fix perl timeout fallback selection
This commit is contained in:
@@ -114,6 +114,7 @@ EOF
|
||||
set -euo pipefail
|
||||
source "$PROJECT_ROOT/lib/core/timeout.sh"
|
||||
MO_TIMEOUT_BIN=""
|
||||
MO_TIMEOUT_PERL_BIN="${MO_TIMEOUT_PERL_BIN:-$(command -v perl)}"
|
||||
SECONDS=0
|
||||
set +e
|
||||
run_with_timeout 1 "$FAKE_CMD"
|
||||
|
||||
Reference in New Issue
Block a user