scripts/download.pl: silence can't exec curl warning
authorPetr Štetiar <ynezz@true.cz>
Tue, 13 Sep 2022 05:38:10 +0000 (07:38 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 21 Sep 2022 09:52:40 +0000 (11:52 +0200)
commitf14d7cef7cce3ce79b880f71b25e03e5fb844882
tree5302b8566b4f972a302d654769fd67408929a94b
parentf0bca34f16327c6001515f9c73c2c284574c7b6d
scripts/download.pl: silence can't exec curl warning

When running build in verbose mode `make V=s` we can see a lot of
following warnings when curl is not available in the system:

 Can't exec "curl": No such file or directory at scripts/download.pl line 77.

So lets fix it by redirecting of the stderr to null hole.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit c836ca84e8f641e10a8349a8f9b7432b33d6cec1)
scripts/download.pl