diff options
| author | Brad Bishop <bradleyb@us.ibm.com> | 2016-11-10 16:23:15 -0500 |
|---|---|---|
| committer | Brad Bishop <bradleyb@us.ibm.com> | 2016-11-16 23:17:08 -0500 |
| commit | de32f577aa5d8840135cf6e20aa1ca88d3d030a1 (patch) | |
| tree | ea6960dac28bed92b3b475bb0afef57a7ad5616f /tools/sdbus++ | |
| parent | bba7f8c0e99d12630ac525c70658ddca7acfd6ed (diff) | |
| download | sdbusplus-de32f577aa5d8840135cf6e20aa1ca88d3d030a1.tar.gz sdbusplus-de32f577aa5d8840135cf6e20aa1ca88d3d030a1.zip | |
Use canonical env
Workaround bitbake failing to handle /bin/env when it sanity checks for
file runtime dependencies.
Change-Id: Ia967bf28cb3c2de812ad295265e728e0826e80ab
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'tools/sdbus++')
| -rwxr-xr-x | tools/sdbus++ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sdbus++ b/tools/sdbus++ index 6b0a15c..9f7d111 100755 --- a/tools/sdbus++ +++ b/tools/sdbus++ @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python import sdbusplus import mako.lookup import argparse |

