scripts/feeds: display "X" as revision of uninitialized feeds
[openwrt/staging/wigyori.git] / scripts / checkpatch.pl
index 78053338c034f11242b9e5724e5b7e3e8e74d83d..9858e62fbbd41b920020a79de6c8b8aff1101d51 100755 (executable)
@@ -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);
        }
 }