Fix bug
This commit is contained in:
parent
fb72bbed57
commit
9099579bc3
1
build.sh
1
build.sh
|
@ -3,6 +3,7 @@
|
||||||
# TODO: Get the .pkg.tar.zst from calpkgs
|
# TODO: Get the .pkg.tar.zst from calpkgs
|
||||||
|
|
||||||
buildDatabase() {
|
buildDatabase() {
|
||||||
|
lastFolder=$(pwd -P)
|
||||||
cd db || { echo "Couldn't cd into 'db'." 1>&2 && exit 1; }
|
cd db || { echo "Couldn't cd into 'db'." 1>&2 && exit 1; }
|
||||||
|
|
||||||
while read -r pkg; do
|
while read -r pkg; do
|
||||||
|
|
Loading…
Reference in New Issue