From a30297d72e2f3023569dfa104d04abaa4864cd2c Mon Sep 17 00:00:00 2001 From: Rudd-O Date: Tue, 11 Jun 2019 20:31:09 +0000 Subject: [PATCH] Prevent ambiguous shebangs. --- bin/qrun | 2 +- bin/qssh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/qrun b/bin/qrun index 82b7351..78d905d 100755 --- a/bin/qrun +++ b/bin/qrun @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import pipes import os diff --git a/bin/qssh b/bin/qssh index 38283dc..f591580 100755 --- a/bin/qssh +++ b/bin/qssh @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import sys import os