mirror of
https://github.com/fluencelabs/examples
synced 2025-08-01 01:11:57 +00:00
Move set from shebang to a new line (#4)
This commit is contained in:
@@ -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
|
||||
(
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user