mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Fix -e
This commit is contained in:
parent
c03d4bbb3f
commit
66e7642ce6
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash -e
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
# Configuration
|
||||
export TARGET=x86_64-unknown-redox
|
||||
|
||||
3
cook.sh
3
cook.sh
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash -e
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
source config.sh
|
||||
|
||||
|
||||
3
fetch.sh
3
fetch.sh
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash -e
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
source config.sh
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user