Address shellcheck warnings
This commit is contained in:
parent
e471edd93a
commit
3f762da1e6
11 changed files with 68 additions and 34 deletions
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
set -ex
|
||||
|
||||
VERSION=`cat VERSION`
|
||||
VERSION=$(cat VERSION)
|
||||
|
||||
# Clone new code
|
||||
git clone https://github.com/ProtonMail/proton-bridge.git
|
||||
cd proton-bridge
|
||||
git checkout v$VERSION
|
||||
git checkout v"$VERSION"
|
||||
|
||||
ARCH=$(uname -m)
|
||||
if [[ $ARCH == "armv7l" ]] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue