Fix typo
This commit is contained in:
parent
640aedf03f
commit
4acd6ec6b6
4
build.sh
4
build.sh
|
@ -29,7 +29,7 @@ buildDatabase() {
|
||||||
#cd "$lastFolder" || { echo "Couldn't cd into '$lastFolder'." 1>&2 && exit 1; }
|
#cd "$lastFolder" || { echo "Couldn't cd into '$lastFolder'." 1>&2 && exit 1; }
|
||||||
}
|
}
|
||||||
|
|
||||||
checkParamaters() {
|
checkParameters() {
|
||||||
dryRunFlag=false
|
dryRunFlag=false
|
||||||
while getopts ':hd' flag; do
|
while getopts ':hd' flag; do
|
||||||
case $flag in
|
case $flag in
|
||||||
|
@ -41,7 +41,7 @@ checkParamaters() {
|
||||||
}
|
}
|
||||||
|
|
||||||
runScript() {
|
runScript() {
|
||||||
checkParamaters "$@"
|
checkParameters "$@"
|
||||||
getAnyPackages
|
getAnyPackages
|
||||||
buildDatabase
|
buildDatabase
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue