FileRules: Fix typo.

Thanks PulkoMandy for reviewing!
This commit is contained in:
Augustin Cavalier 2019-01-10 12:32:33 -05:00
parent cc15132ccc
commit b237fff49e

View File

@ -446,7 +446,7 @@ if $(HAIKU_NO_DOWNLOADS) = 1 {
actions DownloadLocatedFile1
{
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
}
} else {