Move set from shebang to a new line (#4)

This commit is contained in:
folex 2021-05-10 18:32:48 +03:00 committed by GitHub
parent e82fadf678
commit c7dd850cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 34 additions and 17 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
cargo update
fce build --release

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
mkdir -p artifacts

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
mkdir -p artifacts

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
mkdir -p artifacts

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
mkdir -p artifacts

View File

@ -33,7 +33,8 @@ and proceed to run the `build` script:
Let's unpack the script:
```bash
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
mkdir -p artifacts
cd fce-cuckoo

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
mkdir -p artifacts

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
cargo update

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
cd effector

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
# cargo update

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
mkdir -p artifacts

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
cd effector

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
cargo update

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
(

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# build wasms
./build.sh

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
./build.sh

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# This script builds all subprojects and puts all created Wasm modules in one dir
# cd sqlite