From 3e5ba6d83825f573161e08acb7f9cd44d784ce15 Mon Sep 17 00:00:00 2001 From: nusch Date: Mon, 17 Jun 2019 15:22:34 +0200 Subject: [PATCH] change python shebang to support all POSIX systems --- cmsmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmsmap.py b/cmsmap.py index 7352fb6..e312c31 100755 --- a/cmsmap.py +++ b/cmsmap.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import signal, sys from cmsmap.main import main