diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh index 8bde6996015..2a7aa983187 100644 --- a/common/xbps-src/shutils/update_check.sh +++ b/common/xbps-src/shutils/update_check.sh @@ -20,6 +20,7 @@ update_check() { printf '%s\n' "$update_site" fi | while IFS= read -r url; do + rx= if [ -z "$update_site" ]; then case "$url" in *sourceforge.net/sourceforge*)