refactor: SC3040 (warning): In POSIX sh, set option pipefail is undefined.

This commit is contained in:
Burnett01
2025-12-02 15:15:01 +00:00
parent d4d84ba02c
commit 6cb3f8196c
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
set -euo pipefail
set -euo
if [ ! -z "$SSH_AGENT_PID" ]; then
# Here, the environment is set already, just kill the script.