From fb72bbed57645ce42d146eb577e1aedca9ad260e Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 4 Feb 2022 17:44:56 -0300 Subject: [PATCH] Remove comments --- build.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build.sh b/build.sh index 6858b43..d4b1f9d 100755 --- a/build.sh +++ b/build.sh @@ -13,15 +13,6 @@ buildDatabase() { } runScript() { -# lastFolder=$(pwd -P) - -# local IFS= -# while read -r -d '' arch; do -# cd "$arch" || { echo "Couldn't cd into 'x86_64'." 1>&2 && exit 1; } -# buildDatabase -# cd "$lastFolder" || { echo "Couldn't cd into '$lastFolder'." 1>&2 && exit 1; } -# done < <(find -H "$PWD" -mindepth 1 -type f -regex '.*.pkg.tar.zst' -print0) - buildDatabase <(find -H "$PWD" -mindepth 1 -type f -regex '.*.pkg.tar.zst') }