summaryrefslogtreecommitdiffstats
path: root/lib/bb/providers.py
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2007-01-04 10:37:33 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2007-01-04 10:37:33 +0000
commit9b23ec95d9173e4b3c6823de4ebc82649b474fef (patch)
tree2cec6a088674510e9a56b5aa47d696d2386837dc /lib/bb/providers.py
parente4696d5777032cb918be3f8e8831c3c52421d864 (diff)
downloadbitbake-9b23ec95d9173e4b3c6823de4ebc82649b474fef.tar.gz
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'
Diffstat (limited to 'lib/bb/providers.py')
-rw-r--r--lib/bb/providers.py1
1 files changed, 0 insertions, 1 deletions
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 -*-
#