From 9a99c3c7b0fbfa9510fb65d96ef70f96f7fd3c62 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 28 Mar 2021 16:39:30 +0200 Subject: build: fix shebangs - mangling shebang warnings - ambiguous python shebang error --- plugins/externaltools/data/switch-c.tool.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/externaltools/data/switch-c.tool.in') diff --git a/plugins/externaltools/data/switch-c.tool.in b/plugins/externaltools/data/switch-c.tool.in index d82dcac7..0f5c7b52 100644 --- a/plugins/externaltools/data/switch-c.tool.in +++ b/plugins/externaltools/data/switch-c.tool.in @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: utf-8 -*- # Copyright © 2011 Perberos # Copyright © 2012-2017 MATE developers -- cgit v1.2.1