X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fcheckpatch.pl;h=9858e62fbbd41b920020a79de6c8b8aff1101d51;hb=fa69553900516944fc43cf7b377105ea1f6d3db0;hp=78053338c034f11242b9e5724e5b7e3e8e74d83d;hpb=343c3be45451e4a11f03109bd6cb1dd9061ec5eb;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 78053338c0..9858e62fbb 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -173,7 +173,7 @@ if ($tree) { } if (!defined $root) { - print "Must be run from the top-level dir. of a OpenWrt tree\n"; + print "Must be run from the top-level dir. of a LEDE tree\n"; exit(2); } }