Fix identation
This commit is contained in:
parent
72a88660f6
commit
4e0bf624f4
@ -71,41 +71,41 @@ else
|
||||
case $1 in
|
||||
|
||||
-j | --threads )
|
||||
threads="$2"
|
||||
shift
|
||||
threads="$2"
|
||||
shift
|
||||
;;
|
||||
|
||||
-i | --initialize )
|
||||
manifest="$2"
|
||||
branch="$3"
|
||||
initializeSourceTree "$manifest" "$branch"
|
||||
shift
|
||||
shift
|
||||
manifest="$2"
|
||||
branch="$3"
|
||||
initializeSourceTree "$manifest" "$branch"
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
|
||||
-p | --pull )
|
||||
repoSync
|
||||
repoSync
|
||||
;;
|
||||
|
||||
-t | --build-toolchain )
|
||||
buildToolchain
|
||||
buildToolchain
|
||||
;;
|
||||
|
||||
-b | --build )
|
||||
device="$2"
|
||||
buildPackage "$device"
|
||||
shift
|
||||
device="$2"
|
||||
buildPackage "$device"
|
||||
shift
|
||||
;;
|
||||
|
||||
-B | --partial )
|
||||
device="$2"
|
||||
sub_project="$3"
|
||||
partialBuildPackage "$device" "$sub_project"
|
||||
shift
|
||||
device="$2"
|
||||
sub_project="$3"
|
||||
partialBuildPackage "$device" "$sub_project"
|
||||
shift
|
||||
;;
|
||||
|
||||
-c | --clean )
|
||||
cleanBuild
|
||||
cleanBuild
|
||||
;;
|
||||
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user