From 500d69445ec193a0ae67cd4b1e087dc34bed3613 Mon Sep 17 00:00:00 2001 From: Svenne Krap Date: Sun, 29 Jul 2012 20:23:08 +0200 Subject: [PATCH] change shebang to use python2 explicitly --- swede | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swede b/swede index 63137a4..244cef9 100755 --- a/swede +++ b/swede @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # swede - A tool to create DANE/TLSA records. # This tool is really simple and not foolproof, it doesn't check the CN in the -- 2.36.1