invoke-gpgit.sh 217 B

123456789101112
  1. #!/bin/sh
  2. set -e
  3. # ash does not support `-a`:
  4. # > read: line 5: illegal option -a
  5. read RECIPIENTS
  6. set -- $RECIPIENTS
  7. set -x
  8. # socat logs exit codes != 0
  9. #> E waitpid(): child 24 exited with status 1
  10. exec gpgit "$@"