From c589981c50ff68d95ffd5287c3dccb8e28822a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9na=C3=AFc=20Huard?= Date: Mon, 12 Jan 2015 09:51:30 +0100 Subject: Explicitely use python2 Some distributions are using python3 as the default python. On those ones, we need to explicitely use python2. --- bin/oscp | 2 +- bin/ossh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/oscp b/bin/oscp index a139ef38e..1cc336a6a 100755 --- a/bin/oscp +++ b/bin/oscp @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # vim: expandtab:tabstop=4:shiftwidth=4 import argparse diff --git a/bin/ossh b/bin/ossh index 6b04cb46e..d409e120a 100755 --- a/bin/ossh +++ b/bin/ossh @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # vim: expandtab:tabstop=4:shiftwidth=4 import argparse -- cgit v1.2.3