Przeglądaj źródła

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

v1.2.3
Henry Case 6 lat temu
committed by Henry Dorsett Case
rodzic
commit
c4dfbb897c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      _dev/interop.sh

+ 1
- 1
_dev/interop.sh Wyświetl plik

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

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


Ładowanie…
Anuluj
Zapisz