summaryrefslogtreecommitdiffstats
path: root/build/download/command_downloader.py
diff options
context:
space:
mode:
authorMilan Verespej <m.verespej@partner.samsung.com>2019-07-08 12:42:30 +0200
committerMilan Verešpej <m.verespej@partner.samsung.com>2019-07-09 08:32:27 +0000
commit6e372ca61dccae5c670ba27580dc6deda075402f (patch)
treebc8b5169e1db7242dcb02e2b41f8e3d58e6a1ee6 /build/download/command_downloader.py
parent55edf66b72501fb5700abf490d927dc3808b5aeb (diff)
Fix wrong shebang in download scripts
Download does not support python2 so shebang could cause problem. This commit fixes that or removes shebang where not necessary. Issue-ID: OOM-1964 Change-Id: I443f5ef61b9bddfddba66d858d8f65c5ceacd90a Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
Diffstat (limited to 'build/download/command_downloader.py')
-rwxr-xr-xbuild/download/command_downloader.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/download/command_downloader.py b/build/download/command_downloader.py
index 5efc8b0f..835d218d 100755
--- a/build/download/command_downloader.py
+++ b/build/download/command_downloader.py
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
# -*- coding: utf-8 -*-
# COPYRIGHT NOTICE STARTS HERE