Skip to content

Commit

Permalink
Restyled by shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and sharadb-amazon committed Sep 22, 2021
1 parent b513445 commit a5cdb0b
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions scripts/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,31 +64,31 @@ file_name=${0##*/}

while (($#)); do
case $1 in
--help | -h)
help
exit 1
;;
--chip_detail_logging | -d)
chip_detail_logging=$2
shift
;;
--chip_mdns | -m)
chip_mdns=$2
shift
;;
--clusters_for_ip_commissioning | -c)
clusters=$2
shift
;;
--enable_pybindings | -p)
enable_pybindings=$2
shift
;;
-*)
help
echo "Unknown Option \"$1\""
exit 1
;;
--help | -h)
help
exit 1
;;
--chip_detail_logging | -d)
chip_detail_logging=$2
shift
;;
--chip_mdns | -m)
chip_mdns=$2
shift
;;
--clusters_for_ip_commissioning | -c)
clusters=$2
shift
;;
--enable_pybindings | -p)
enable_pybindings=$2
shift
;;
-*)
help
echo "Unknown Option \"$1\""
exit 1
;;
esac
shift
done
Expand Down

0 comments on commit a5cdb0b

Please sign in to comment.