From 9b23ec95d9173e4b3c6823de4ebc82649b474fef Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 4 Jan 2007 10:37:33 +0000 Subject: drop shebangs from lib/bb scripts (from trunk) - those scripts are not called by hand by bitbake users and most of package linting tools (lintian/Debian, rpmlint/Fedora) complain about not executable scripts. - if someone want to run them by hand then he will be able to do it with calling 'python SCRIPT' --- lib/bb/providers.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/bb/providers.py') diff --git a/lib/bb/providers.py b/lib/bb/providers.py index 02f45ddc3..ca20eaca2 100644 --- a/lib/bb/providers.py +++ b/lib/bb/providers.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # ex:ts=4:sw=4:sts=4:et # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # -- cgit 1.2.3-korg