From bf1ab0bcdaa6d27b17583f8b1451362bebda0a42 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 18 Jul 2012 11:18:51 +0200 Subject: [PATCH] /bin/env is not safe (macos) - prefer /usr/bin/env instead --- bin/plc-config-tty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/plc-config-tty b/bin/plc-config-tty index 26dfd82..b5b207f 100755 --- a/bin/plc-config-tty +++ b/bin/plc-config-tty @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python import sys import readline -- 2.43.0