From: Ed Bartosh <[email protected]> Switched scripts/wic to use python3 as a default python interpreter.
Signed-off-by: Ed Bartosh <[email protected]> Signed-off-by: Richard Purdie <[email protected]> --- scripts/wic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wic b/scripts/wic index 3d33430..5cc06f4 100755 --- a/scripts/wic +++ b/scripts/wic @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # ex:ts=4:sw=4:sts=4:et # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # -- 2.5.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
