mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
minor
This commit is contained in:
parent
812fcff8b7
commit
32beefa5f2
@ -9,7 +9,7 @@ cd "${LOCAL_PKG_DIR}" || exit
|
|||||||
# check if at least one matching file exists
|
# check if at least one matching file exists
|
||||||
match="0"
|
match="0"
|
||||||
for PKG in ./*.pkg.tar.{xz,zst}; do
|
for PKG in ./*.pkg.tar.{xz,zst}; do
|
||||||
[ -f "$PKG" ] || { echo "No match for pattern $PKG"; continue; }
|
[ -f "$PKG" ] || { echo "There are no local packages for the pattern $PKG"; continue; }
|
||||||
|
|
||||||
# if we are here, then there is at least one match!
|
# if we are here, then there is at least one match!
|
||||||
match="1"
|
match="1"
|
||||||
|
Loading…
Reference in New Issue
Block a user