summarylogtreecommitdiffstats
path: root/01-change-hashbang.patch
diff options
context:
space:
mode:
Diffstat (limited to '01-change-hashbang.patch')
-rw-r--r--01-change-hashbang.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/01-change-hashbang.patch b/01-change-hashbang.patch
new file mode 100644
index 000000000000..003ace9b93b8
--- /dev/null
+++ b/01-change-hashbang.patch
@@ -0,0 +1,10 @@
+diff --git a/spotify-dl.py b/spotify-dl.py
+index cb22e68..7829dca 100755
+--- a/spotify-dl.py
++++ b/spotify-dl.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/env python2
+
+ #from googleapiclient.discovery import build
+ #from apiclient.errors import HttpError