1
0

contrib: reformat most shell scripts

Mostly just indentations.
For consistency, to conform to .editorconfig.
This commit is contained in:
SomberNight
2022-09-27 14:55:22 +00:00
parent 1cecd2c6e8
commit b5900eae98
17 changed files with 121 additions and 117 deletions

View File

@@ -15,7 +15,7 @@ LOCALE="$PROJECT_ROOT"/electrum/locale/
export ELEC_APK_GUI=$1
if [ ! -d "$PACKAGES" ]; then
"$CONTRIB"/make_packages.sh || fail "make_packages failed"
"$CONTRIB"/make_packages.sh || fail "make_packages failed"
fi
pushd "$PROJECT_ROOT"