From ce3c5f1dd916f2896ffe0057d5edbfbbe32b0f3b Mon Sep 17 00:00:00 2001 From: Denis Gribanov Date: Tue, 24 Feb 2026 17:06:21 +0300 Subject: [PATCH] Add strict error handling to uspecs utils script --- uspecs/u/scripts/_lib/utils.sh | 1 + uspecs/u/uspecs.yml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/uspecs/u/scripts/_lib/utils.sh b/uspecs/u/scripts/_lib/utils.sh index 59abb77..805c93c 100644 --- a/uspecs/u/scripts/_lib/utils.sh +++ b/uspecs/u/scripts/_lib/utils.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -Eeuo pipefail # checkcmds command1 [command2 ...] # Verifies that each listed command is available on PATH. diff --git a/uspecs/u/uspecs.yml b/uspecs/u/uspecs.yml index c10e2d8..b487687 100644 --- a/uspecs/u/uspecs.yml +++ b/uspecs/u/uspecs.yml @@ -3,6 +3,6 @@ version: 0.1.0-a0 invocation_methods: [nlia] installed_at: 2026-02-21T18:48:11Z -modified_at: 2026-02-24T13:43:06Z -commit: 3b41fb50b26de03cbc8e620f1de4ab2531f1ef28 -commit_timestamp: 2026-02-24T13:32:43Z +modified_at: 2026-02-24T14:03:05Z +commit: c4732720f507fa263f7f9623ab52175639607a35 +commit_timestamp: 2026-02-24T14:02:04Z