From f98d9a63ab3f5aba5b14defb128125fb7c8fb5ba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 26 Jan 2014 18:55:13 +0000 Subject: Make all scripts use #!/usr/bin/env python --- test-sftpfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-sftpfs') diff --git a/test-sftpfs b/test-sftpfs index 4b8e6c39..dfd1b1b0 100755 --- a/test-sftpfs +++ b/test-sftpfs @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright 2010 Lars Wirzenius # # This program is free software: you can redistribute it and/or modify -- cgit v1.2.1