mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
common/xbps-src/shutils/update_check.sh: early return for disabled update checks
This commit is contained in:
parent
b958d1d87d
commit
b544a09b7b
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ update_check() {
|
|||
fi
|
||||
if [ -n "$disabled" ]; then
|
||||
echo "update-check DISABLED for $original_pkgname: $disabled" 1>&2
|
||||
return 0
|
||||
fi
|
||||
elif [ -z "$distfiles" ]; then
|
||||
if [ "$XBPS_UPDATE_CHECK_VERBOSE" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue