Fix shellcheck issue (#470)

This commit is contained in:
Attila Szöllősi 2017-08-26 00:31:55 +02:00 committed by Oliver Smith
parent a0ca668bb4
commit b4e3eae1bb
6 changed files with 10 additions and 5 deletions

View File

@ -26,8 +26,8 @@ package() {
done
mkdir "$pkgdir/var/lib/postmarketos-android-recovery-installer/lib/"
}
sha512sums="9c7a90965aeb7f19ac166282066063510eeba6691ae695b2821e1a9e050463378c56492a27b3bfd4c8155380e6f24adc558dd0c98fc308ee7335b00c7b12fc0b build_zip.sh
874d7505f9940d98a67fd8e5881ab0b93ae9fd0c46d7f4004468a2e9bbe4853f4bf6db64380c27684a66ebbd45ebe3399219b3910799de24003b8399ab2a4497 update-binary
5647a089c95d291d5662bbe6931a01f8591823d63b0226832897a046f351121c2c5d6ebfc83dcf9762ac50774920393fea37c05a92f2079e9688d6fe58711e49 pmos_install
dba3da4d2c18a480fda3bda233052f946bfd5a5f4fe05115341d4dc1466519584930e116719c5338ef4309a51dfea7d2e531ed133723f59c8d6d0c5a4f73a26b pmos_install_functions
1969a467bc1e0f04ed445dd78db4eb1ad77b769a6e04c35211ad2c45cb8293243f864e499cdecf6016292d1accb26e6f62073b2afab023a20a79e0ea3dc15bd9 pmos_setpw"
sha512sums="4e4f56c84b404c53c3835304e8f7b651d6dbf19a653358daa6be1cc47e23360cb1dabb1331c13dd288fabb8eabaf8a01d094f054c334a156ca79f03948c9a17f build_zip.sh
22083b3c776ae2e3e098dc8d9c4e085e7aae543aef20b42732c6750608e22c69211e199b946d55581403b71eb78e6508f618128122058a59466ad8a632e46ed8 update-binary
11bdceac191ced9fd38bc42d7669cb0f7baec1a9418d5e592d716688caf1065020bd3b1101ebf24efa5a6478a1beb7277065e9c13c9297376f56c89be1c8d70b pmos_install
152bcf1375cff515205af2427e537ae8536537f3ce7cbcbe7b848496be5af45baa149fe676c2d4979dcef017b843280752d35587b1e81905fa6daa2444e037c8 pmos_install_functions
27dd89aa8471349995a1cbbc1034ead662a0d1dd70ca5490f3191ceaaeb853331003c20ffddbbd95fe822135a85c1beb1e2a32bb33b10c2a4177b30347a40555 pmos_setpw"

View File

@ -1,4 +1,5 @@
#!/bin/ash
# shellcheck shell=dash
# Copyright 2017 Attila Szöllősi
#

View File

@ -1,4 +1,5 @@
#!/sbin/ash
# shellcheck shell=dash
# Copyright 2017 Attila Szöllősi
#

View File

@ -1,4 +1,5 @@
#!/sbin/ash
# shellcheck shell=dash
# Copyright 2017 Attila Szöllősi
#

View File

@ -1,4 +1,5 @@
#!/sbin/ash -e
# shellcheck shell=dash
# Copyright 2017 Attila Szöllősi
#

View File

@ -1,4 +1,5 @@
#!/sbin/ash
# shellcheck shell=dash
# Copyright 2017 Attila Szöllősi
#