From 9d577dd8a617c9df7f4e450644985f8821cbc158 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 4 Jan 2007 10:33:42 +0000 Subject: drop shebangs from lib/bb scripts - 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/data.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/bb/data.py') diff --git a/lib/bb/data.py b/lib/bb/data.py index 494ec2828..14f1d896d 100644 --- a/lib/bb/data.py +++ b/lib/bb/data.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