From 160e10e5b59eb1f3b9ff00fccf3585b3293db266 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 22 Mar 2016 09:50:21 +0100 Subject: [PATCH] [enh] dh_python2 replaces shebang during build. Using the correct one in source directly --- bin/yunohost | 2 +- bin/yunohost-api | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/yunohost b/bin/yunohost index 3f947364b..0981c48db 100755 --- a/bin/yunohost +++ b/bin/yunohost @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/bin/python # -*- coding: utf-8 -*- import sys diff --git a/bin/yunohost-api b/bin/yunohost-api index 3e8e7e31c..26a576d83 100755 --- a/bin/yunohost-api +++ b/bin/yunohost-api @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/bin/python # -*- coding: utf-8 -*- import sys