From b237fff49eae13d0d1a8f19f9adb749298cecac6 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Thu, 10 Jan 2019 12:32:33 -0500 Subject: [PATCH] FileRules: Fix typo. Thanks PulkoMandy for reviewing! --- build/jam/FileRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/FileRules b/build/jam/FileRules index 0329f69e4c..df17855767 100644 --- a/build/jam/FileRules +++ b/build/jam/FileRules @@ -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 {