From 73b68aa708e1ffa0e0ab5b021fa93ff3a0f484b1 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 6 Jun 2014 14:51:43 +0200 Subject: Use python2 in shebang for python scripts. https://fedorahosted.org/sssd/ticket/2356 The python scripts are not tested with python3 and /usr/bin/python can be symbolic link to python3 on some distributions. Reviewed-by: Sumit Bose --- src/sbus/sbus_codegen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sbus') diff --git a/src/sbus/sbus_codegen b/src/sbus/sbus_codegen index 15a6cadac..b4e63f33e 100755 --- a/src/sbus/sbus_codegen +++ b/src/sbus/sbus_codegen @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Authors: -- cgit