[yocto] [[PATCH][qa-tools] 12/16] toaster/toaster.py: Add missing shebang to call python.

Aníbal Limón anibal.limon at linux.intel.com
Tue Feb 9 14:45:16 PST 2016


Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 toaster/toaster.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/toaster/toaster.py b/toaster/toaster.py
index d3c5fff..9f477cb 100755
--- a/toaster/toaster.py
+++ b/toaster/toaster.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 import unittest, time, re, sys, getopt, os, logging, string, errno, exceptions
 import shutil, argparse, ConfigParser, platform
 
-- 
2.1.4




More information about the yocto mailing list