fix shellcheck error of SC2148
This commit is contained in:
parent
56293097f7
commit
f197da655f
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
unamestr=`uname`
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
hide_output() {
|
||||
set +x
|
||||
on_err="
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
hide_output() {
|
||||
set +x
|
||||
on_err="
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
# Mirrored from https://github.com/crosstool-ng/crosstool-ng/archive/crosstool-ng-1.24.0.tar.gz
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
mkdir /usr/local/mips-linux-musl
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
mkdir /usr/local/mipsel-linux-musl
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
hide_output() {
|
||||
{ set +x; } 2>/dev/null
|
||||
on_err="
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
hide_output() {
|
||||
set +x
|
||||
on_err="
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
apt-get update
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
URL=https://dl.google.com/android/repository
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
export ANDROID_HOME=/android/sdk
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
automake \
|
||||
bison \
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
# Mirrored from https://github.com/crosstool-ng/crosstool-ng/archive/crosstool-ng-1.24.0.tar.gz
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
url="https://github.com/crosstool-ng/crosstool-ng/archive/crosstool-ng-1.22.0.tar.gz"
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
hide_output() {
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
curl -f https://ftp.gnu.org/gnu/make/make-3.81.tar.gz | tar xzf -
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
# This script runs `musl-cross-make` to prepare C toolchain (Binutils, GCC, musl itself)
|
||||
# and builds static libunwind that we distribute for static target.
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
hide_output() {
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
groupadd -r rustbuild && useradd -m -r -g rustbuild rustbuild
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
case "$(uname -m)" in
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -exuo pipefail
|
||||
|
||||
CRATE=example
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -exuo pipefail
|
||||
|
||||
function build {
|
||||
|
Loading…
Reference in New Issue
Block a user