Ver código fonte

(tests) Removes 'set -u' from bash as some variables may be unset in the script

v1.2.3
Henry Case 6 anos atrás
committed by Henry Dorsett Case
pai
commit
c4dfbb897c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      _dev/interop.sh

+ 1
- 1
_dev/interop.sh Ver arquivo

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -xeuo pipefail
set -xeo pipefail

if [ "$1" = "INSTALL" ]; then
# INSTALL <client> [<revision>]


Carregando…
Cancelar
Salvar