diff --git a/validate/tools/gst-validate-launcher.in b/validate/tools/gst-validate-launcher.in index 5839c6f4c2..600464a393 100644 --- a/validate/tools/gst-validate-launcher.in +++ b/validate/tools/gst-validate-launcher.in @@ -1,4 +1,4 @@ -#!/usr//bin/python +#!/usr/bin/env python2 # # Copyright (c) 2014,Thibault Saunier # diff --git a/validate/tools/launcher/RangeHTTPServer.py b/validate/tools/launcher/RangeHTTPServer.py index 3819ff4845..827706d8b9 100644 --- a/validate/tools/launcher/RangeHTTPServer.py +++ b/validate/tools/launcher/RangeHTTPServer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 #Portions Copyright (C) 2009,2010 Xyne #Portions Copyright (C) 2011 Sean Goller diff --git a/validate/tools/launcher/__init__.py b/validate/tools/launcher/__init__.py index 30fa4db32c..4d1ecfcbeb 100644 --- a/validate/tools/launcher/__init__.py +++ b/validate/tools/launcher/__init__.py @@ -1,4 +1,4 @@ -#!/usr//bin/python +#!/usr/bin/env python2 # # Copyright (c) 2014,Thibault Saunier # diff --git a/validate/tools/launcher/apps/ges-launch.py b/validate/tools/launcher/apps/ges-launch.py index 34e55ed494..5fa29e1d29 100644 --- a/validate/tools/launcher/apps/ges-launch.py +++ b/validate/tools/launcher/apps/ges-launch.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # # Copyright (c) 2013,Thibault Saunier # diff --git a/validate/tools/launcher/apps/gst-validate.py b/validate/tools/launcher/apps/gst-validate.py index eb30773959..bc02e27196 100644 --- a/validate/tools/launcher/apps/gst-validate.py +++ b/validate/tools/launcher/apps/gst-validate.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # # Copyright (c) 2013,Thibault Saunier # diff --git a/validate/tools/launcher/baseclasses.py b/validate/tools/launcher/baseclasses.py index c1484fd4a0..0c0bfc6f6e 100644 --- a/validate/tools/launcher/baseclasses.py +++ b/validate/tools/launcher/baseclasses.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # # Copyright (c) 2013,Thibault Saunier # diff --git a/validate/tools/launcher/httpserver.py b/validate/tools/launcher/httpserver.py index 66c7c0b8a6..8c41321164 100644 --- a/validate/tools/launcher/httpserver.py +++ b/validate/tools/launcher/httpserver.py @@ -1,4 +1,4 @@ -#!/usr//bin/python +#!/usr/bin/env python2 # # Copyright (c) 2013,Thibault Saunier # diff --git a/validate/tools/launcher/main.py b/validate/tools/launcher/main.py index 9798014fef..31710e4c47 100644 --- a/validate/tools/launcher/main.py +++ b/validate/tools/launcher/main.py @@ -1,4 +1,4 @@ -#!/usr//bin/python +#!/usr/bin/env python2 # # Copyright (c) 2014,Thibault Saunier # diff --git a/validate/tools/launcher/reporters.py b/validate/tools/launcher/reporters.py index 6938246bf6..7760faef1e 100644 --- a/validate/tools/launcher/reporters.py +++ b/validate/tools/launcher/reporters.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # # Copyright (c) 2013,Thibault Saunier # diff --git a/validate/tools/launcher/utils.py b/validate/tools/launcher/utils.py index 2b820bcf76..e0dfbc0c50 100644 --- a/validate/tools/launcher/utils.py +++ b/validate/tools/launcher/utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # # Copyright (c) 2013,Thibault Saunier #