File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ TAG="${3}"
1010# ARCH="${4}"
1111
1212CWD=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P) "
13- # shellcheck disable=SC1090
13+ # shellcheck disable=SC1091
1414. " ${CWD} /.lib.sh"
1515
1616# Ensure they all have a common entrypoint
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ TAG="${3}"
1010ARCH=" ${4} "
1111
1212CWD=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P) "
13- # shellcheck disable=SC1090
13+ # shellcheck disable=SC1091
1414. " ${CWD} /.lib.sh"
1515
1616
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ARCH="${4}"
1111SCRIPTPATH=" $( cd " $( dirname " $0 " ) " ; pwd -P ) "
1212
1313CWD=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P) "
14- # shellcheck disable=SC1090
14+ # shellcheck disable=SC1091
1515. " ${CWD} /.lib.sh"
1616
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ TAG="${3}"
1111ARCH=" ${4} "
1212
1313CWD=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P) "
14- # shellcheck disable=SC1090
14+ # shellcheck disable=SC1091
1515. " ${CWD} /.lib.sh"
1616
1717
You can’t perform that action at this time.
0 commit comments