Remove redundant set options, simplify to just 'set -e' in aicommit_groq

This commit is contained in:
ilguappo 2024-08-07 03:53:20 -07:00
parent 475858de1a
commit 1767b2c737

View File

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
set -eu set -e
set -o pipefail
ARGS=("${@-}") ARGS=("${@-}")
TMP_FILE="/tmp/aicommit" TMP_FILE="/tmp/aicommit"