Commit cb653bed authored by bol-van's avatar bol-van
Browse files

blockcheck: check existense instead of curl

parent 534c88c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -482,7 +482,7 @@ check_prerequisites()
		exitp 6
	}

	local prog progs='curl'
	local prog progs="$CURL"
	[ "$SKIP_PKTWS" = 1 ] || {
		case "$UNAME" in
			Linux)