summaryrefslogtreecommitdiff
path: root/debian/patches/fix_shebangs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fix_shebangs.patch')
-rw-r--r--debian/patches/fix_shebangs.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/fix_shebangs.patch b/debian/patches/fix_shebangs.patch
new file mode 100644
index 0000000..828b0f2
--- /dev/null
+++ b/debian/patches/fix_shebangs.patch
@@ -0,0 +1,24 @@
+--- a/setup.py
++++ b/setup.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3n3n3
+ #
+ # Microsoft Azure Linux Agent setup.py
+ #
+--- a/bin/waagent
++++ b/bin/waagent
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ #
+ # Azure Linux Agent
+ #
+--- a/bin/waagent2.0
++++ b/bin/waagent2.0
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ #
+ # Azure Linux Agent
+ #