refactor: remove -o because of commit 6cb3f8196c

This commit is contained in:
Steven
2025-12-06 14:19:54 +00:00
parent 2e3a6dbe55
commit d4403aa37e
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
set -euo
set -eu
source agent-start "${1:-default}"
cat - | tr -d '\r' | DISPLAY=1 SSH_ASKPASS=agent-askpass ssh-add - >/dev/null