diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2016-03-07 12:10:21 -0700 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2016-03-07 20:18:37 +0000 |
commit | f2c691f64e4a49472fa7dc7f1aea67a3488a7fe2 (patch) | |
tree | eb25564b5225b509fcefefd371d84e8a5676f69a | |
parent | a025ca376a6c9a620cb4cfa6f1f6e070f1597163 (diff) | |
download | vyos-walinuxagent-f2c691f64e4a49472fa7dc7f1aea67a3488a7fe2.tar.gz vyos-walinuxagent-f2c691f64e4a49472fa7dc7f1aea67a3488a7fe2.zip |
fix_shebangs.patch
No DEP3 Subject or Description header found
Gbp-Pq: fix_shebangs.patch.
-rwxr-xr-x | bin/waagent | 2 | ||||
-rw-r--r-- | bin/waagent2.0 | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/waagent b/bin/waagent index e65bc0c..03333c7 100755 --- a/bin/waagent +++ b/bin/waagent @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Azure Linux Agent # diff --git a/bin/waagent2.0 b/bin/waagent2.0 index e946f1e..b77d6ab 100644 --- a/bin/waagent2.0 +++ b/bin/waagent2.0 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Azure Linux Agent # @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3n3n3 # # Microsoft Azure Linux Agent setup.py # |