Skip to content

Commit 8e81834

Browse files
restyled-commitsXToripuru
authored andcommitted
Restyled by shfmt
1 parent 9e5cebe commit 8e81834

File tree

1 file changed

+2
-2
lines changed
  • integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer

1 file changed

+2
-2
lines changed

integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ function install_tizen_sdk_arm64() {
392392
'sensord-dummy-*.aarch64.rpm'
393393
'vconf-compat-*.aarch64.rpm'
394394
'vconf-internal-keys-devel-*.aarch64.rpm'
395-
)
395+
)
396396
download "$URL" "${PKG_ARR[@]}"
397397

398398
# Unified packages (snapshots)
@@ -461,7 +461,7 @@ while (($#)); do
461461
exit 0
462462
;;
463463
--cpu)
464-
IFS=',' read -r -a array <<< "$2"
464+
IFS=',' read -r -a array <<<"$2"
465465
for CPU in "${array[@]}"; do
466466
if [ "$CPU" == "arm" ]; then
467467
INSTALL_ARM=true

0 commit comments

Comments
 (0)