Fix shebang of python scripts 69/13769/1
authorJuha Kosonen <juha.kosonen@nokia.com>
Mon, 9 May 2016 08:10:00 +0000 (08:10 +0000)
committerJuha Kosonen <juha.kosonen@nokia.com>
Mon, 9 May 2016 08:10:00 +0000 (08:10 +0000)
Change-Id: I8a05fd6fbb0d392a27f354a6b8cacf33073bf17f
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
ci/prepare_env.py
ci/run_tests.py

index a861fed..1a3d495 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env python
 #
 # Author: Jose Lausuch (jose.lausuch@ericsson.com)
 #
index 9a4ce96..f30e7b9 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env python
 #
 # Author: Jose Lausuch (jose.lausuch@ericsson.com)
 #