~alpine/devel

abuild: sourcecheck() wget -s is invalid v1 PROPOSED

Ivan Tham: 1
 abuild: sourcecheck() wget -s is invalid

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/993/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] abuild: sourcecheck() wget -s is invalid Export this patch

---
 abuild.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/abuild.in b/abuild.in
index 22bd454..616cf62 100644
--- a/abuild.in
+++ b/abuild.in
@@ -297,7 +297,7 @@ sourcecheck() {
			uri=${uri##*::}
			;;
		esac
		wget -q -s "$uri" || return 1
		curl -L -I -s -f -o /dev/null "$uri" || return 1
	done
	return 0
}
-- 
2.11.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
UM, I thought -s was spider (shortform)?

On 03/05/2017 05:48 PM, Ivan Tham wrote: