FileRules: Fix typo.
Thanks PulkoMandy for reviewing!
This commit is contained in:
parent
cc15132ccc
commit
b237fff49e
@ -446,7 +446,7 @@ if $(HAIKU_NO_DOWNLOADS) = 1 {
|
|||||||
actions DownloadLocatedFile1
|
actions DownloadLocatedFile1
|
||||||
{
|
{
|
||||||
source="$(2)"
|
source="$(2)"
|
||||||
echo "ERROR: Would need to download $(UR2L), but HAIKU_NO_DOWNLOADS is set!"
|
echo "ERROR: Would need to download $(URL), but HAIKU_NO_DOWNLOADS is set!"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user