actions DownloadLocatedFile: fail, if wget fails
This commit is contained in:
parent
106d4015f2
commit
86297ca0ff
@ -425,7 +425,7 @@ rule DownloadLocatedFile target : url : source
|
|||||||
actions DownloadLocatedFile1
|
actions DownloadLocatedFile1
|
||||||
{
|
{
|
||||||
source="$(2)"
|
source="$(2)"
|
||||||
wget -O "$(1)" $(URL)
|
wget -O "$(1)" $(URL) || exit 1
|
||||||
touch "$(1)"
|
touch "$(1)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user