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 --- lock-and-increment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lock-and-increment') diff --git a/lock-and-increment b/lock-and-increment index af261775..ba2bf9e9 100755 --- a/lock-and-increment +++ b/lock-and-increment @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright 2012 Lars Wirzenius # # This program is free software: you can redistribute it and/or modify -- cgit v1.2.1