From 40f7c4470364c43e32ab13b92739d4c23d087caf Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Thu, 14 May 2020 19:39:45 +0100 Subject: [PATCH] Ensure the Python 3 interpreter is used --- linkchecker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkchecker b/linkchecker index 95a33513..2efcaa09 100755 --- a/linkchecker +++ b/linkchecker @@ -1,4 +1,4 @@ -#!/usr/bin/python -u +#!/usr/bin/python3 -u # Copyright (C) 2000-2014 Bastian Kleineidam # # This program is free software; you can redistribute it and/or modify