Lines Matching full:then
72 if [[ ! -d "$patch_dir" ]] ; then
95 if [[ "$component" == "" || "$component" =~ ^# ]] ; then
109 if [[ "$commit_type" == "branch" || "$commit_type" == "tag" ]] ; then
111 elif [[ "$commit_type" == "commit" ]] ; then
121 if [[ "$patch_mode" == "with_patches" ]] ; then
123 elif [[ "$patch_mode" != "no_patches" ]] ; then
128 if [[ "$submodule_mode" =~ ^with_submodules: ]] ; then
138 elif [[ "$submodule_mode" != "no_submodules" ]] ; then
146 if [[ "$ARK_THIRD_PARTY_FORCE_CLONE" == "yes" ]] ; then
150 if [[ -d "$ARK_THIRD_PARTY_DIR" ]] ; then
158 if [[ ! -f "$ARK_THIRD_PARTY_MANIFEST" ]] ; then