Skip to content

Commit

Permalink
Restyled by shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 2, 2022
1 parent ca4cdd4 commit 9ae29cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/examples/webos_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
source scripts/activate.sh

# Extract webOS SDK
cat third_party/webos_sdk/v2.14.1/webos_sdk.tar* | (cd third_party/webos_sdk/v2.14.1/;tar xvzf -)
cat third_party/webos_sdk/v2.14.1/webos_sdk.tar* | (
cd third_party/webos_sdk/v2.14.1/
tar xvzf -
)

# Grant execute permission for NDK install script
chmod 555 third_party/webos_sdk/v2.14.1/webos-sdk-x86_64-cortexa7t2hf-neon-vfpv4-toolchain-2.14.1.g.sh
Expand Down

0 comments on commit 9ae29cc

Please sign in to comment.