From 855be4756a395739960aa5df932e10d7047afc37 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Oct 2019 22:35:35 +0530 Subject: template should not be executable --- configure.py.template | 2 -- 1 file changed, 2 deletions(-) mode change 100755 => 100644 configure.py.template (limited to 'configure.py.template') diff --git a/configure.py.template b/configure.py.template old mode 100755 new mode 100644 index b19b18e..0cb77fe --- a/configure.py.template +++ b/configure.py.template @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - import sys from pathlib import Path -- cgit v1.2.3