From 7bf95ea887e45cc03e8fb0ec95fdcd982bd92203 Mon Sep 17 00:00:00 2001 From: radu_workstation Date: Wed, 1 Jul 2026 14:38:17 +0200 Subject: [PATCH] Removes the nounset from acados activation script --- tools/setup_acados.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup_acados.sh b/tools/setup_acados.sh index d5fd677d4..3484543d8 100755 --- a/tools/setup_acados.sh +++ b/tools/setup_acados.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -euo pipefail +set -eo pipefail # Check if environment variable is already set if [ -z "$PIXI_PROJECT_ROOT" ]; then