From 6aff2c035a51d9991ccd3bc125f956630d3d12ec Mon Sep 17 00:00:00 2001 From: UENISHI Kota Date: Mon, 14 Aug 2017 15:00:24 +0900 Subject: Use /usr/bin/env instead of full path in shebangs --- bin/explosion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/explosion') diff --git a/bin/explosion b/bin/explosion index 8a9aff1..8eb7270 100755 --- a/bin/explosion +++ b/bin/explosion @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import os import sys import glob -- cgit v1.2.3