From dae4424fca17cce2d892145a65de4fb685111a2c Mon Sep 17 00:00:00 2001 From: Michael Dance Date: Wed, 13 May 2015 02:35:48 +1200 Subject: [PATCH] Update hashbang to use /usr/bin/env python Please use the /usr/bin/env python hashbang in order to properly detect alternative python installations (like those installed through homebrew on a mac). --- tools/encfs_aes_getpass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/encfs_aes_getpass.py b/tools/encfs_aes_getpass.py index 6f0aa7c..22ebaec 100755 --- a/tools/encfs_aes_getpass.py +++ b/tools/encfs_aes_getpass.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python ''' Use Trezor as a hardware key for opening EncFS filesystem!