File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33set -euo pipefail
44
55printf " \nSubmodule check...\n"
6- if [[ " $1 " != " --skip-submodule-update" ]]; then
6+ if [[ " ${1 :- } " != " --skip-submodule-update" ]]; then
77 git submodule update --init
88 printf " Submodule is checked out at commit: $( git submodule status) \n\n"
99else
Original file line number Diff line number Diff line change 33set -euo pipefail
44
55printf " \nSubmodule check...\n"
6- if [[ " $1 " != " --skip-submodule-update" ]]; then
6+ if [[ " ${1 :- } " != " --skip-submodule-update" ]]; then
77 git submodule update --init
88 printf " Submodule is checked out at commit: $( git submodule status) \n\n"
99else
Original file line number Diff line number Diff line change 33set -euo pipefail
44
55printf " \nSubmodule check...\n"
6- if [[ " $1 " != " --skip-submodule-update" ]]; then
6+ if [[ " ${1 :- } " != " --skip-submodule-update" ]]; then
77 git submodule update --init
88 printf " Submodule is checked out at commit: $( git submodule status) \n\n"
99else
Original file line number Diff line number Diff line change 33set -euo pipefail
44
55printf " \nSubmodule check...\n"
6- if [[ " $1 " != " --skip-submodule-update" ]]; then
6+ if [[ " ${1 :- } " != " --skip-submodule-update" ]]; then
77 git submodule update --init
88 printf " Submodule is checked out at commit: $( git submodule status) \n\n"
99else
You can’t perform that action at this time.
0 commit comments