]> git.madduck.net Git - etc/taskwarrior.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Use python in current environment instead of /usr/bin/python
authorthawk <thawk009@gmail.com>
Fri, 10 Mar 2017 08:47:31 +0000 (16:47 +0800)
committerthawk <thawk009@gmail.com>
Fri, 10 Mar 2017 08:47:31 +0000 (16:47 +0800)
on-add-pirate
on-modify-pirate

index abf9ace2d5047db26d589e44dee1abcfa003013d..9fae1c46333fa90cf1350148fdbc97a5b69cb2ba 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import glob
 import imp
 
 import glob
 import imp
index 61bb8f68793d381e101370fd6c9ce498c7a4c036..b7b49865432718dc50c1b02a3cc8a274a3bb7259 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import glob
 import imp
 
 import glob
 import imp